Commit Graph

318 Commits (jieba3k)
 

Author SHA1 Message Date
Sun Junyi 1b0400aeda Merge pull request #232 from gumblex/jieba3k
在 FREQ 中直接储存频数  (Python 3)
10 years ago
Dingyuan Wang 4197dfb8fa store int directly in FREQ; small improvements 10 years ago
Sun Junyi 852a07c4f2 Merge pull request #211 from gumblex/jieba3k
修复 posseg 中 pair 类 repr 返回值 (jieba3k)
10 years ago
Dingyuan Wang 7bcb128f5f fix textrank divided by zero; fix posseg.pair.__repr__ 10 years ago
Sun Junyi 8be082017a Merge pull request #204 from gumblex/jieba3k
完善setup.py等对应py3k更新
10 years ago
Dingyuan Wang c6b386f65b update jieba3k 10 years ago
Dingyuan Wang 6b0da06481 merge from upstream 10 years ago
fxsjy 5c487dbcba update verson 10 years ago
fxsjy 447c1ded8c fix problem for python3.2 10 years ago
Dingyuan Wang a5ecf70f71 update to v0.35 10 years ago
fxsjy 315a411e52 version update 10 years ago
Sun Junyi 40c0edfd99 Merge pull request #198 from gumblex/jieba3k
Jieba3k 对应更新;半自动转换脚本
10 years ago
Dingyuan Wang 4a6140081e fix problems in auto2to3 10 years ago
Dingyuan Wang 7a6caa0c3c port extract_tags, etc to jieba3k; add auto2to3 script 10 years ago
Sun Junyi 4cb1924d09 Merge pull request #193 from gumblex/jieba3k
jieba3k 对应更新 #192
10 years ago
Dingyuan Wang fd9f1f2c0e update README, textrank, etc. 10 years ago
fxsjy ba87fcb01f remove trie, use prefix set instead 10 years ago
Sun Junyi 56e8336af1 Merge pull request #188 from gumblex/jieba3k
不用Trie,同#187
10 years ago
Dingyuan Wang 14671d4feb fix __main__.py 10 years ago
Dingyuan Wang b367690eeb use prefix dict instead of trie, add a command line interface, and a few small improvements 10 years ago
Sun Junyi 8f52419386 Merge pull request #183 from gumblex/jieba3k
Jieba3k update to v0.33
11 years ago
Dingyuan Wang 626b415152 fix dict.itervalues mistake 11 years ago
Dingyuan Wang 6a3f228c72 fix python3 stuff 11 years ago
Dingyuan Wang b16cf0d63f fix indent typo 11 years ago
Dingyuan Wang 6fad5fbb2c update to v0.33 11 years ago
fxsjy 6eb43acc10 pip install jieba3k 11 years ago
Sun Junyi 91e5b26f5f Merge pull request #165 from gumblex/jieba3k
fix the u'xxx' string.
11 years ago
Dingyuan Wang 8b07bce568 fix the u'xxx' string. 11 years ago
Sun Junyi 0d99ebce54 Merge pull request #164 from gumblex/jieba3k
Jieba3k v0.32 update
11 years ago
Dingyuan Wang c04ccd0d12 Update to v0.32 according to the master branch. 11 years ago
Dingyuan Wang 81f77d7a08 Fix the re in enable_parallel. 11 years ago
Sun Junyi 5574304a9e Merge pull request #152 from jagt/jieba3k
close cache file to avoid warning message.
11 years ago
jagt 7f3513edb7 close cache file to avoid warning message. 11 years ago
Sun Junyi 1f144ebf55 Merge pull request #141 from windch/jieba3k
use logging instead of print in __init__ file of py3k branch
11 years ago
wind 7488b114e7 use logging instead of print in init file 11 years ago
fxsjy 5e6a2c4661 fix a bug of add_word 11 years ago
Sun Junyi 0125548a37 Merge pull request #101 from ZoeyYoung/jieba3k
Jieba3k
12 years ago
Zoey Young 510a3d6bed Merge pull request #1 from fxsjy/jieba3k
拉取
12 years ago
ZoeyYoung 25839b5127 fix bug 12 years ago
ZoeyYoung ebd40ed65e Merge branch 'jieba3k' of https://github.com/ZoeyYoung/jieba into jieba3k 12 years ago
ZoeyYoung d49542c06e fix bug 12 years ago
ZoeyYoung 6024497917 更新 12 years ago
Sun Junyi 835e68c585 fix bug of merge pull request 12 years ago
Sun Junyi d16727ba89 Merge pull request #100 from ZoeyYoung/jieba3k
Jieba3k
12 years ago
ZoeyYoung dce353f88b merge from master 12 years ago
ZoeyYoung 2857ae45cc Merge branch 'master' into jieba3k
Conflicts:
	Changelog
	jieba/__init__.py
	jieba/finalseg/__init__.py
	jieba/posseg/__init__.py
	setup.py
	test/parallel/test_file.py
	test/test_file.py
12 years ago
Sun Junyi 3667a4ab01 include Changelog & README.md in the distribution package 12 years ago
Sun Junyi 33089138fd Merge branch 'master' of https://github.com/fxsjy/jieba 12 years ago
Sun Junyi d0578ad99b add a license file 12 years ago
Sun Junyi d97c1d584c 0.31 released
pypi update
12 years ago