LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
hiword/__init__.py
hiword/dataloader.py
hiword/extractor.py
hiword/filter.py
hiword/utils.py
hiword.egg-info/PKG-INFO
hiword.egg-info/SOURCES.txt
hiword.egg-info/dependency_links.txt
hiword.egg-info/not-zip-safe
hiword.egg-info/requires.txt
hiword.egg-info/top_level.txt
hiword/data/idf.txt
hiword/data/zh_hans.txt
hiword/data/dicts/dict.txt
hiword/data/dicts/wechat.txt
hiword/data/stopwords/baidu_stopwords.txt
hiword/data/stopwords/cn_stopwords.txt
hiword/data/stopwords/hit_stopwords.txt
hiword/data/stopwords/scu_stopwords.txt
hiword/data/stopwords/stopwords.txt
requirements/test.txt
tests/__init__.py
tests/test_extractor.py