Commit Graph

215 Commits (915b3164b0c24b55fe4790c225d635d4638b06c7)
 

Author SHA1 Message Date
Sun Junyi 915b3164b0 Update README.md 12 years ago
Sun Junyi 45e6594a09 Update README.md 12 years ago
Sun Junyi 0886875af3 0.3 released 12 years ago
Sun Junyi dbec3ad9df add some comments 12 years ago
Sun Junyi efc784312c add ChineseAnalyzer for whoosh search engine 12 years ago
Sun Junyi f08690a2df add 'search mode' for jieba.tokenize 12 years ago
Sun Junyi 237dc6625e add mix words to extra_dict/dict.txt.big 12 years ago
Sun Junyi cb1b0499f7 unittest for jieba.tokenize 12 years ago
Sun Junyi 11a3b10755 new method: jieba.tokenize 12 years ago
Sun Junyi 8eab1cdb6d Merge branch 'master' of https://github.com/fxsjy/jieba 12 years ago
Sun Junyi 1a3be67691 make cache dumping more robust 12 years ago
Sun Junyi 465e475460 Update README.md 12 years ago
Sun Junyi 38b6bcd54e remove some words 12 years ago
fxsjy e1afafe353 fix a bug of cxfree support 12 years ago
fxsjy a9f53e9c85 don't seprate CRLF 12 years ago
fxsjy c015f4e297 support cxfree py2exe; keep white space 12 years ago
fxsjy 7343679ba8 fix a bug in parallel mode 12 years ago
Sun Junyi c0816b9bb0 more mixed words 12 years ago
Sun Junyi c9e8da9e63 add more mix words to dict.txt 12 years ago
Sun Junyi 322e8e48b6 Update Changelog 12 years ago
Sun Junyi 1d06f124d6 Update Changelog 12 years ago
Sun Junyi dbfd0e0f63 minor version 12 years ago
Sun Junyi cfcfb26792 Merge branch 'master' of https://github.com/fxsjy/jieba 12 years ago
Sun Junyi 9d1e23ce6f speed up the viterbi 12 years ago
Sun Junyi b1238a2306 Update README.md 12 years ago
Sun Junyi 02e9a0328d Update README.md 12 years ago
Sun Junyi b050bfe946 remove some useless words 12 years ago
fxsjy 69e584677a Merge branch 'master' of https://github.com/fxsjy/jieba 12 years ago
Sun Junyi 7993a3ea73 version 0.29 12 years ago
fxsjy bdfaaa4eea Merge branch 'master' of https://code.csdn.net/fxsjy/jieba 12 years ago
fxsjy 1febdf847f clear 12 years ago
fxsjy ffea881a46 second commit 12 years ago
979a9177ae first commit 12 years ago
fxsjy e12e176d17 rollback, seems no abvious speed up by the previous change 12 years ago
fxsjy d3531f197d rollback, seems no abvious speed up by the previous change 12 years ago
fxsjy f2d6abf063 speed up of viterbi 12 years ago
fxsjy 0087a4e7e3 adjust prob_trans for better support of name entity; fix some bad cases 12 years ago
Sun Junyi 872d159b61 Update README.md 12 years ago
Sun Junyi d4943f9072 minor version change 12 years ago
Sun Junyi 0bda20db82 Merge pull request #53 from cloudaice/devbranch
Don't lose nformation about a function when using a decorator
12 years ago
cloudaice dfc807e65b Don't lose nformation about a function when using a decorator 12 years ago
项超 df8e0ab44d Merge pull request #6 from fxsjy/master
merge master from fxsjy
12 years ago
Sun Junyi 4300f79788 add a example of using sklearn+jieba 12 years ago
Sun Junyi a8f902545c fix some bad cases 12 years ago
项超 c6fc94a2e8 Merge pull request #5 from fxsjy/master
merge master from fxsjy
12 years ago
Sun Junyi afea4ca1ca Merge pull request #48 from cloudaice/cloudaice-dev
格式化了demo文件,添加了jieba_test.py单元测试文件
12 years ago
cloudaice 9ee20a5293 add generator test 12 years ago
cloudaice 0c050b5eb2 add jieba.posseg test case 12 years ago
cloudaice b0f9e6721e 添加cutall 测试用例 12 years ago
cloudaice a7ff398edc 添加cut,set_dictionary,cut_for_search三个测试用例 12 years ago