Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9356d42

Browse files
committedOct 10, 2024·
Use PyStemmer
1 parent 65c2c30 commit 9356d42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def requirements(self):
117117

118118
return [
119119
"jieba", # To improve zh search.
120+
"PyStemmer~=2.2.0", # To improve zh search.
120121
"-rrequirements.txt",
121122
]
122123

0 commit comments

Comments
 (0)
Please sign in to comment.