Commit Graph

495 Commits (68f2a64f7eee5af264bfdd1b340c461da3b8c351)
 

Author SHA1 Message Date
Sun Junyi 6a66620088 Update README.md 12 years ago
Sun Junyi 00bc72c877 Update README.md 12 years ago
gan 31d5845535 add better support for english. like input: 'this is interesting and interested me'-->output:'this interest interest',which 'interest' match 'interesting interested' 12 years ago
Sun Junyi 7e7fcc1184 add an option to disable HMM 12 years ago
fxsjy 21f7da0ca4 conver tab to spaces 12 years ago
fxsjy c5bd9773d1 fix bug in issue #103 12 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 66e334229b Merge pull request #99 from aszxqw/branch1
sed -i 's/not \(.*\) in/\1 not in/g' ...
12 years ago
gwdwyy cc81135429 sed -i 's/not \(.*\) in/\1 not in/g' ... 12 years ago
Sun Junyi efebf5371c Merge branch 'master' of https://github.com/fxsjy/jieba 12 years ago
Sun Junyi 90ab511deb fix the bug about issue: #92 12 years ago
Sun Junyi 92c6c3d9cd Update README.md 12 years ago
Sun Junyi 0bb2ddcc1b Update README.md 12 years ago
Sun Junyi 81390a2d23 test_file.py: close the file object 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
fxsjy b77645b3aa modify test_file.py; use less memory 12 years ago
fxsjy ed1fa64e27 fix a bug. use sys.version_info.major can't be used in Python2.5 12 years ago
Sun Junyi 0f972df0ac raise exception in case of lower version 12 years ago
Sun Junyi e68bb5a28e fix a compatibility problem;python2.5 has no 'multiprocessing'; 12 years ago
Sun Junyi 689e27280a Merge branch 'master' of https://github.com/fxsjy/jieba 12 years ago
Sun Junyi 9d87e798fd 0.31 release 12 years ago
Sun Junyi 4fad12017e Merge pull request #84 from linkerlin/master
自动检测CPU数目,启动合适数目的进程。
12 years ago
Linker Lin 5d83855088 自动检测CPU数目,启动合适数目的进程。 12 years ago
Linker Lin 1dbc525dff 自动检测CPU数目,启动合适数目的进程。 12 years ago
Linker Lin 2ceb981da0 自动检测CPU数目,启动合适数目的进程。 12 years ago
fxsjy 8e9b4bbe72 fix the compatibility with Python2.5 12 years ago
Sun Junyi d4ede0fee6 hold the backward compatibility, let jython use a special loading workflow 12 years ago
Sun Junyi 8757148d51 Merge pull request #81 from piaolingxue/issue/80/jython_integration
serialize model to file so that it can support jython.
12 years ago
piaolignxue aea8496b1f serialize model to file so that it can support jython. 12 years ago
Sun Junyi 6549deabbd merge change from master 12 years ago
Sun Junyi d691d91674 fix a bug about ImportError 12 years ago
Sun Junyi d63140fe5e make a serial white spaces seperated 12 years ago
Sun Junyi a1ad2cbd55 Merge pull request #75 from chao787/feature_richard
Refactoring jieba/__init__.py
12 years ago
Richard Wong c2ded83ead Refactor: fix line indent to 4.
* jieba/__init__.py (cut):
12 years ago
Richard Wong 99d2492d67 Add re.U flag to re variable. 12 years ago
Richard Wong fbfaac2eaa Reindent function
* jieba/__init__.py (require_initialized):
12 years ago
Richard Wong 7bfd432fc5 Remove the unused imports. 12 years ago
Sun Junyi 7334bedf5c Merge pull request #74 from chgwei/jieba3k
Jieba3k
12 years ago