312 Commits

Author SHA1 Message Date
Sun Junyi
e0bd9a6a50 version chage; doc update v0.22 2012-11-27 14:06:46 +08:00
Sun Junyi
18e4016436 Merge branch 'master' of https://github.com/fxsjy/jieba 2012-11-27 13:37:58 +08:00
Sun Junyi
5ce72e76b1 add new method: cut_for_search(sentence), which can get better recall rate for search engine's reverse index 2012-11-27 13:37:40 +08:00
Sun Junyi
3f7e887115 Update README.md 2012-11-27 10:37:29 +08:00
Sun Junyi
dd8a649bf3 Update README.md 2012-11-27 10:37:12 +08:00
Sun Junyi
ed81a62a56 Update README.md 2012-11-27 10:36:42 +08:00
Sun Junyi
04cfe2fb06 Update README.md 2012-11-27 10:33:38 +08:00
Sun Junyi
89c0659e0b Merge pull request #16 from chao787/master
SOME README error
2012-11-26 18:31:46 -08:00
Richard Wong
3a0887cdbc Correct dict.txt to analyse/idf.txt 2012-11-26 15:58:58 +08:00
Sun Junyi
1d4c0445c6 Update README.md 2012-11-26 11:57:00 +08:00
Sun Junyi
22d1e3c043 Update README.md 2012-11-26 11:55:49 +08:00
Sun Junyi
d421fe5e7e version change v0.21 2012-11-23 16:44:14 +08:00
Sun Junyi
80bf2fec30 Merge branch 'master' of https://github.com/fxsjy/jieba 2012-11-23 16:01:25 +08:00
Sun Junyi
400889b25c enhance cut_all=True mode 2012-11-23 15:59:15 +08:00
Sun Junyi
0ea6d8156d Merge pull request #13 from felixonmars/master
add file-like object support for load_userdict
2012-11-21 04:40:26 -08:00
Felix Yan
085b09c3ea add file-like object support 2012-11-21 18:07:19 +08:00
Sun Junyi
ddc48d792f remove near_char_tab.txt 2012-11-06 14:09:22 +08:00
Sun Junyi
7fad14a61c remove tags.txt 2012-11-06 12:48:36 +08:00
Sun Junyi
193bfee1d4 use only one dictionary 2012-11-06 11:01:31 +08:00
Sun Junyi
6c0bcf6557 version change v0.20 2012-11-06 10:33:09 +08:00
Sun Junyi
176c49d15c remove some files 2012-11-06 10:32:34 +08:00
Sun Junyi
59c3efeb2f improve speed of tagging 2012-11-06 10:32:00 +08:00
fxsjy
1a2a64a13f one more example of POS tagging 2012-11-06 07:44:39 +08:00
fxsjy
90cd4b3014 improve POS tagging 2012-11-06 07:17:26 +08:00
Sun Junyi
7612a62115 remove useless data & code 2012-11-05 16:16:06 +08:00
Sun Junyi
051f43c1d7 Part of Speech Tagging 2012-11-05 16:09:41 +08:00
Sun Junyi
03d76d2b9d Merge pull request #10 from hermanschaaf/master
English documentation
2012-10-28 00:26:06 -07:00
Herman Schaaf
e42650b7f2 Updated English docs 2012-10-27 22:33:51 +02:00
Herman Schaaf
e8f9f0eeee Added English docs 2012-10-27 22:32:39 +02:00
Sun Junyi
925e955bfd quick fix of doc 2012-10-25 17:24:35 +08:00
Sun Junyi
db69da1de6 quick fix of doc 2012-10-25 17:23:01 +08:00
Sun Junyi
cef1a189c8 version change & document update v0.19 2012-10-25 17:22:01 +08:00
Sun Junyi
d040e92987 new interface: load_userdict(file_name) 2012-10-25 17:06:39 +08:00
Sun Junyi
14faea710b use file cache to improve the loading speed after the first time of importing 2012-10-25 12:18:33 +08:00
Sun Junyi
48e9d62082 version chage v0.18 2012-10-16 14:16:28 +08:00
Sun Junyi
15a5a2d50e add a sample script about tags extraction 2012-10-16 13:25:35 +08:00
Sun Junyi
3fe92f8520 new feature: tag extraction 2012-10-16 12:54:48 +08:00
Sun Junyi
3c9ddd4da6 version chage v0.17 2012-10-12 09:59:31 +08:00
Sun Junyi
c5e5bbc9c7 sorted dictionary make the loading 10% faster 2012-10-12 09:58:39 +08:00
Sun Junyi
7676e44f50 Merge branch 'master' of https://github.com/fxsjy/jieba 2012-10-09 14:07:33 +08:00
Sun Junyi
7acba8cd54 improve chinese name recognition 2012-10-09 14:04:16 +08:00
fxsjy
d348a3f5a1 version change v0.16 2012-10-09 06:47:26 +08:00
fxsjy
ef0c0284ff improve speed 2012-10-09 06:37:01 +08:00
fxsjy
8b6268670a change version 2012-10-08 21:32:25 +08:00
fxsjy
cd94e69241 fix a bug 2012-10-08 21:27:01 +08:00
fxsjy
c8b1cb0c88 remove a bug prone role 2012-10-08 20:52:35 +08:00
fxsjy
004f720bd0 version change 2012-10-07 17:34:22 +08:00
fxsjy
213d8221ac update doc 2012-10-07 17:29:53 +08:00
fxsjy
9180b90ae3 make model loading more faster 2012-10-06 18:28:52 +08:00
fxsjy
64b3c0d0e0 add one more example 2012-10-06 14:50:10 +08:00