You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jieba/test
imzhengzx ca444fb4da
fix the error about imoprting ChineseAnalyzer
Because of the interface change about ChineseAnlayzer , the code 'from jieba.analyse import Chinese Analyzer' in this test file would report an ImportError like 'cannot import name 'ChineseAnalyzer'. Just change import code to 'from jieba.analyse.analyzer import ChineseAnalyzer' can fix it.
6 years ago
..
parallel Bugfix for HMM=False in parallelism. 9 years ago
demo.py fix self.FREQ in cut_for_search; make pair object iterable 10 years ago
extract_tags.py update to v0.33 11 years ago
extract_tags_idfpath.py update to v0.33 11 years ago
extract_tags_stop_words.py update to v0.33 11 years ago
extract_tags_with_weight.py port extract_tags, etc to jieba3k; add auto2to3 script 10 years ago
extract_topic.py update to v0.33 11 years ago
foobar.txt fix bug and change version 12 years ago
jieba_test.py Merge master and jieba3k, make the code Python 2/3 compatible 10 years ago
jiebacmd.py Merge master and jieba3k, make the code Python 2/3 compatible 10 years ago
lyric.txt update README, textrank, etc. 10 years ago
test.py bug fix, issue: #511, #512 8 years ago
test.txt improve POS tagging 12 years ago
test_bug.py fix test scripts 10 years ago
test_change_dictpath.py fix test scripts 10 years ago
test_cut_for_search.py fix test scripts 10 years ago
test_cutall.py fix print() in tests 10 years ago
test_file.py use only one dict to store words and prefixes 10 years ago
test_lock.py wraps most globals in classes 10 years ago
test_multithread.py PEP8 12 years ago
test_no_hmm.py Update to v0.32 according to the master branch. 11 years ago
test_pos.py fix self.FREQ in cut_for_search; make pair object iterable 10 years ago
test_pos_file.py Merge master and jieba3k, make the code Python 2/3 compatible 10 years ago
test_pos_no_hmm.py fix self.FREQ in cut_for_search; make pair object iterable 10 years ago
test_tokenize.py fix test scripts 10 years ago
test_tokenize_no_hmm.py fix test scripts 10 years ago
test_userdict.py allow ignoring word frequency while providing pos tag 10 years ago
test_whoosh.py fix the error about imoprting ChineseAnalyzer 6 years ago
test_whoosh_file.py Merge master and jieba3k, make the code Python 2/3 compatible 10 years ago
test_whoosh_file_read.py Merge master and jieba3k, make the code Python 2/3 compatible 10 years ago
userdict.txt use regex and fix encoding related issues in load_userdict 9 years ago