This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Mirror
/
jieba
mirror of
https://github.com/fxsjy/jieba.git
Watch
2
Star
0
Fork
0
Code
Issues
Releases
Wiki
Activity
“结巴”中文分词:做最好的 Python 中文分词组件
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
523
Commits
2
Branches
28
Tags
98 MiB
Python
98%
OpenEdge ABL
2%
Branch:
master
jieba3k
master
v0.16
v0.17
v0.18
v0.19
v0.20
v0.21
v0.22
v0.23
v0.24
v0.25
v0.26
v0.27
v0.28
v0.28.1
v0.28.3
v0.28.4
v0.29
v0.29.1
v0.3
v0.31
v0.32
v0.33
v0.36
v0.39
v0.40
v0.41
v0.42
v0.42.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
jieba
/
test
History
Neutrino
67fa2e36e7
Update README.md update paddle link. (
#817
)
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
11 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
11 years ago
jiebacmd.py
Merge master and jieba3k, make the code Python 2/3 compatible
11 years ago
lyric.txt
merge change of @fukuball
11 years ago
test.py
bug fix, issue: #511, #512
8 years ago
test.txt
improve POS tagging
13 years ago
test_bug.py
fix test scripts
11 years ago
test_change_dictpath.py
fix test scripts
11 years ago
test_cut_for_search.py
fix print() in tests
11 years ago
test_cutall.py
fix issue #810
6 years ago
test_file.py
use only one dict to store words and prefixes
11 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_paddle.py
paddle coredump exception fix (#807)
6 years ago
test_paddle_postag.py
paddle coredump exception fix (#807)
6 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
11 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
11 years ago
test_tokenize_no_hmm.py
fix test scripts
11 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
7 years ago
test_whoosh_file.py
Merge master and jieba3k, make the code Python 2/3 compatible
11 years ago
test_whoosh_file_read.py
Merge master and jieba3k, make the code Python 2/3 compatible
11 years ago
userdict.txt
use regex and fix encoding related issues in load_userdict
10 years ago