mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add stopword in KeywordExtractor
This commit is contained in:
parent
6de292a56d
commit
582d61e3e8
@ -1,6 +1,7 @@
|
||||
## v2.3.3
|
||||
|
||||
1. 修改了设计上的问题,删除了TrieManager这个类,以避免造成一些可能的隐患。
|
||||
1. 修改了设计上的问题,删除了`TrieManager`这个类,以避免造成一些可能的隐患。
|
||||
2. 增加`stop_words.utf8`词典,并修改`KeywordExtractor`的初始化函数用以使用此词典。
|
||||
|
||||
## v2.3.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user