We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743a3a3 commit 134f57cCopy full SHA for 134f57c
1 file changed
build_docs.py
@@ -115,6 +115,7 @@ def requirements(self):
115
116
return [
117
"jieba", # To improve zh search.
118
+ "PyStemmer~=2.2.0", # To improve performance for word stemming.
119
"-rrequirements.txt",
120
]
121
0 commit comments