Skip to content

Commit 134f57c

Browse files
authored
Use PyStemmer (#217)
PyStemmer exposes bindings to libstemmer_c, the core Snowball library written in C. This can improve performance of word stemming.
1 parent 743a3a3 commit 134f57c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_docs.py

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def requirements(self):
115115

116116
return [
117117
"jieba", # To improve zh search.
118+
"PyStemmer~=2.2.0", # To improve performance for word stemming.
118119
"-rrequirements.txt",
119120
]
120121

0 commit comments

Comments
 (0)