-
Notifications
You must be signed in to change notification settings - Fork 75
/
MANIFEST
62 lines (62 loc) · 1.85 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# file GENERATED by distutils, do NOT edit
setup.py
jieba_fast/__init__.py
jieba_fast/__init__.pyc
jieba_fast/__main__.py
jieba_fast/_compat.py
jieba_fast/_compat.pyc
jieba_fast/dict.txt
jieba_fast/jieba_fast_functions_py2.py
jieba_fast/jieba_fast_functions_py3.py
jieba_fast/analyse/__init__.py
jieba_fast/analyse/analyzer.py
jieba_fast/analyse/idf.txt
jieba_fast/analyse/textrank.py
jieba_fast/analyse/tfidf.py
jieba_fast/finalseg/__init__.py
jieba_fast/finalseg/__init__.pyc
jieba_fast/finalseg/jieba_fast_functions_py2.py
jieba_fast/finalseg/jieba_fast_functions_py3.py
jieba_fast/finalseg/prob_emit.p
jieba_fast/finalseg/prob_emit.py
jieba_fast/finalseg/prob_emit.pyc
jieba_fast/finalseg/prob_start.p
jieba_fast/finalseg/prob_start.py
jieba_fast/finalseg/prob_start.pyc
jieba_fast/finalseg/prob_trans.p
jieba_fast/finalseg/prob_trans.py
jieba_fast/finalseg/prob_trans.pyc
jieba_fast/posseg/__init__.py
jieba_fast/posseg/char_state_tab.p
jieba_fast/posseg/char_state_tab.py
jieba_fast/posseg/prob_emit.p
jieba_fast/posseg/prob_emit.py
jieba_fast/posseg/prob_start.p
jieba_fast/posseg/prob_start.py
jieba_fast/posseg/prob_trans.p
jieba_fast/posseg/prob_trans.py
jieba_fast/posseg/viterbi.py
jieba_fast/source/jieba_fast_functions_py2.py
jieba_fast/source/jieba_fast_functions_py3.py
jieba_fast/source/jieba_fast_functions_wrap_py2.i
jieba_fast/source/jieba_fast_functions_wrap_py2_wrap.c
jieba_fast/source/jieba_fast_functions_wrap_py3.i
jieba_fast/source/jieba_fast_functions_wrap_py3_wrap.c
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_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