add stopword in KeywordExtractor

This commit is contained in:
wyy 2014-03-15 23:38:00 +08:00
parent 6de292a56d
commit 582d61e3e8

View File

@ -1,6 +1,7 @@
## v2.3.3
1. 修改了设计上的问题删除了TrieManager这个类以避免造成一些可能的隐患。
1. 修改了设计上的问题,删除了`TrieManager`这个类,以避免造成一些可能的隐患。
2. 增加`stop_words.utf8`词典,并修改`KeywordExtractor`的初始化函数用以使用此词典。
## v2.3.2