Skip to content

Commit

Permalink
Use PyStemmer
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 10, 2024
1 parent 743a3a3 commit 623b0d4
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 623b0d4

Please sign in to comment.