LICENSE
MANIFEST.in
README.md
setup.py
jieba/__init__.py
jieba/__main__.py
jieba/_compat.py
jieba/dict.txt
jieba.egg-info/PKG-INFO
jieba.egg-info/SOURCES.txt
jieba.egg-info/dependency_links.txt
jieba.egg-info/top_level.txt
jieba/analyse/__init__.py
jieba/analyse/analyzer.py
jieba/analyse/idf.txt
jieba/analyse/textrank.py
jieba/analyse/tfidf.py
jieba/finalseg/__init__.py
jieba/finalseg/prob_emit.p
jieba/finalseg/prob_emit.py
jieba/finalseg/prob_start.p
jieba/finalseg/prob_start.py
jieba/finalseg/prob_trans.p
jieba/finalseg/prob_trans.py
jieba/lac_small/__init__.py
jieba/lac_small/creator.py
jieba/lac_small/nets.py
jieba/lac_small/predict.py
jieba/lac_small/reader_small.py
jieba/lac_small/tag.dic
jieba/lac_small/utils.py
jieba/lac_small/word.dic
jieba/lac_small/model_baseline/crfw
jieba/lac_small/model_baseline/fc_0.b_0
jieba/lac_small/model_baseline/fc_0.w_0
jieba/lac_small/model_baseline/fc_1.b_0
jieba/lac_small/model_baseline/fc_1.w_0
jieba/lac_small/model_baseline/fc_2.b_0
jieba/lac_small/model_baseline/fc_2.w_0
jieba/lac_small/model_baseline/fc_3.b_0
jieba/lac_small/model_baseline/fc_3.w_0
jieba/lac_small/model_baseline/fc_4.b_0
jieba/lac_small/model_baseline/fc_4.w_0
jieba/lac_small/model_baseline/gru_0.b_0
jieba/lac_small/model_baseline/gru_0.w_0
jieba/lac_small/model_baseline/gru_1.b_0
jieba/lac_small/model_baseline/gru_1.w_0
jieba/lac_small/model_baseline/gru_2.b_0
jieba/lac_small/model_baseline/gru_2.w_0
jieba/lac_small/model_baseline/gru_3.b_0
jieba/lac_small/model_baseline/gru_3.w_0
jieba/lac_small/model_baseline/word_emb
jieba/posseg/__init__.py
jieba/posseg/char_state_tab.p
jieba/posseg/char_state_tab.py
jieba/posseg/prob_emit.p
jieba/posseg/prob_emit.py
jieba/posseg/prob_start.p
jieba/posseg/prob_start.py
jieba/posseg/prob_trans.p
jieba/posseg/prob_trans.py
jieba/posseg/viterbi.py
test/test.py
test/test_bug.py
test/test_change_dictpath.py
test/test_cut_for_search.py
test/test_cutall.py
test/test_file.py
test/test_lock.py
test/test_multithread.py
test/test_no_hmm.py
test/test_paddle.py
test/test_paddle_postag.py
test/test_pos.py
test/test_pos_file.py
test/test_pos_no_hmm.py
test/test_tokenize.py
test/test_tokenize_no_hmm.py
test/test_userdict.py
test/test_whoosh.py
test/test_whoosh_file.py
test/test_whoosh_file_read.py