516 Commits

Author SHA1 Message Date
Sun Junyi
c2f4b04722 Merge pull request #45 from cloudaice/cloudaice-dev
使用更明确的表达
2013-05-10 02:20:29 -07:00
cloudaice
8ba8735f46 使用更明确的表达 2013-05-10 11:09:41 +02:00
Sun Junyi
c2ebfd8d00 Merge branch 'master' of https://github.com/fxsjy/jieba 2013-05-02 17:01:59 +08:00
Sun Junyi
c1bf815343 update test case 2013-05-02 17:01:16 +08:00
Sun Junyi
5cf9034625 Update README.md 2013-05-02 14:48:48 +08:00
Sun Junyi
a9f92e37ce Update Changelog 2013-05-02 11:39:22 +08:00
Sun Junyi
1cb721689c minor version v0.28.3 2013-05-02 11:37:13 +08:00
Sun Junyi
4eca1a2f47 Merge branch 'master' into jieba3k 2013-05-02 11:27:07 +08:00
Sun Junyi
ff4ea5d882 fix a bug of file leak 2013-05-02 11:24:22 +08:00
Sun Junyi
0e833cd441 fix a bug in py3k test case 2013-04-28 19:40:24 +08:00
Sun Junyi
de9e7f61c3 Merge branch 'master' into jieba3k 2013-04-28 19:32:14 +08:00
Sun Junyi
1275b3679f Merge branch 'master' of https://github.com/fxsjy/jieba 2013-04-28 12:04:32 +08:00
Sun Junyi
35aa38ed12 fix a bug caused by default argument binding 2013-04-28 12:04:16 +08:00
Sun Junyi
3c8913e0e0 Update README.md 2013-04-27 16:21:48 +08:00
Sun Junyi
273996f7d4 fix a test script in jieba3k 2013-04-27 16:18:40 +08:00
fxsjy
aae91b6fb6 merge change from master to jieba3k 2013-04-27 16:04:16 +08:00
fxsjy
2a2095e512 xx 2013-04-27 14:26:57 +08:00
Sun Junyi
ae15492257 Update README.md 2013-04-27 11:01:46 +08:00
Sun Junyi
da635859d4 Update README.md 2013-04-27 10:56:10 +08:00
Sun Junyi
9e4fce6b68 Update Changelog 2013-04-27 10:42:21 +08:00
Sun Junyi
1f51b2a3ff minor version chage v0.28.1 2013-04-27 10:26:12 +08:00
Sun Junyi
c1d143385f Merge branch 'master' of https://github.com/fxsjy/jieba 2013-04-27 10:23:17 +08:00
Sun Junyi
94d455b079 hot fix of cut_all=True 2013-04-27 10:23:01 +08:00
Sun Junyi
347a3a8034 Update Changelog 2013-04-27 10:10:32 +08:00
Sun Junyi
59d5d3b811 fix bug and change version v0.28 2013-04-27 09:45:39 +08:00
fxsjy
c8df565981 more log trace for trouble shooting 2013-04-26 17:43:24 +08:00
fxsjy
04eb4f08cf fix a bug of changing dictionary 2013-04-26 16:48:46 +08:00
fxsjy
8666428fb0 fix a bug of changing dictionary 2013-04-26 16:47:00 +08:00
fxsjy
9bebe6120b utf-8 output is more friendly to Linux 2013-04-26 16:19:00 +08:00
Sun Junyi
d3339633d5 in the speed test: initialize first to ignore the time of dict loading 2013-04-26 14:51:58 +08:00
fxsjy
bc049090a5 make lazy load thread safe 2013-04-26 12:54:05 +08:00
fxsjy
d2460029d5 merge lazy load 2013-04-26 09:57:06 +08:00
Herman Schaaf
7342a18534 Update readme in both languages with new functions 2013-04-25 21:46:15 +09:00
Herman Schaaf
c6098a8657 Add initialize function and lazy initialization 2013-04-25 21:04:56 +09:00
fxsjy
47d94a13e6 log(1)==0, since we have changed from PRODUCT to sum of LOG 2013-04-25 10:11:04 +08:00
fxsjy
c350fab2b9 fix wrong line number 2013-04-25 09:28:00 +08:00
fxsjy
65b78b2b4d read() and then split -- faster; from __future__ import with 2013-04-24 22:14:10 +08:00
Sun Junyi
966532b462 Merge pull request #39 from neuront/master
auto close file; locate error when failing to parse
2013-04-24 07:00:50 -07:00
Neuron Teckid
166c2ca7a5 auto close file; locate error when failing to parse 2013-04-24 19:01:08 +08:00
Sun Junyi
5f8435ce58 Update README.md 2013-04-22 15:57:36 +08:00
Sun Junyi
7337c6d420 Merge branch 'master' of https://github.com/fxsjy/jieba 2013-04-22 13:27:00 +08:00
Sun Junyi
ceae5c56d8 add changelog 2013-04-22 13:26:40 +08:00
Sun Junyi
604e6910e2 Update README.md 2013-04-22 13:08:23 +08:00
Sun Junyi
9af4d0a9d9 Update README.md 2013-04-22 12:49:54 +08:00
Sun Junyi
b06d6de174 Update README.md 2013-04-22 12:49:22 +08:00
Sun Junyi
f2fa585f3a Update README.md 2013-04-22 12:48:49 +08:00
Sun Junyi
825da757d0 Update README.md 2013-04-22 12:47:31 +08:00
Sun Junyi
1bb497ac09 version change v0.27 2013-04-22 12:37:02 +08:00
fxsjy
3f003e2f29 new method: jieba.disable_parallel, which is the inverse operation of jieba.enable_parallel 2013-04-22 12:35:17 +08:00
fxsjy
b46166f768 use CRLF as seperator to make chunks in parallel mode 2013-04-20 18:46:04 +08:00