Skip to content

Commit

Permalink
Use PyStemmer (#217)
Browse files Browse the repository at this point in the history
PyStemmer exposes bindings to libstemmer_c,
the core Snowball library written in C.
This can improve performance of word stemming.
  • Loading branch information
AA-Turner authored Oct 10, 2024
1 parent 743a3a3 commit 134f57c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def requirements(self):

return [
"jieba", # To improve zh search.
"PyStemmer~=2.2.0", # To improve performance for word stemming.
"-rrequirements.txt",
]

Expand Down

0 comments on commit 134f57c

Please sign in to comment.