Commit Graph

  • f08690a2df add 'search mode' for jieba.tokenize Sun Junyi 2013-06-28 12:04:16 +08:00
  • 237dc6625e add mix words to extra_dict/dict.txt.big Sun Junyi 2013-06-26 09:36:41 +08:00
  • cb1b0499f7 unittest for jieba.tokenize Sun Junyi 2013-06-24 16:20:04 +08:00
  • 11a3b10755 new method: jieba.tokenize Sun Junyi 2013-06-24 16:14:11 +08:00
  • 8eab1cdb6d Merge branch 'master' of https://github.com/fxsjy/jieba Sun Junyi 2013-06-24 13:48:30 +08:00
  • 1a3be67691 make cache dumping more robust Sun Junyi 2013-06-24 13:48:16 +08:00
  • 465e475460 Update README.md Sun Junyi 2013-06-24 12:24:50 +09:00
  • ca97b19951 merge change from master Sun Junyi 2013-06-23 22:28:32 +08:00
  • 38b6bcd54e remove some words Sun Junyi 2013-06-23 21:52:22 +08:00
  • e1afafe353 fix a bug of cxfree support fxsjy 2013-06-23 12:50:28 +08:00
  • a9f53e9c85 don't seprate CRLF fxsjy 2013-06-22 21:56:39 +08:00
  • c015f4e297 support cxfree py2exe; keep white space fxsjy 2013-06-22 21:24:45 +08:00
  • 7343679ba8 fix a bug in parallel mode fxsjy 2013-06-21 15:09:27 +08:00
  • c0816b9bb0 more mixed words Sun Junyi 2013-06-18 18:09:55 +08:00
  • c9e8da9e63 add more mix words to dict.txt Sun Junyi 2013-06-18 14:10:36 +08:00
  • 322e8e48b6 Update Changelog Sun Junyi 2013-06-17 10:31:31 +09:00
  • 1d06f124d6 Update Changelog Sun Junyi 2013-06-17 09:31:09 +08:00
  • dbfd0e0f63 minor version v0.29.1 Sun Junyi 2013-06-17 09:24:10 +08:00
  • cfcfb26792 Merge branch 'master' of https://github.com/fxsjy/jieba Sun Junyi 2013-06-16 13:22:02 +08:00
  • 9d1e23ce6f speed up the viterbi Sun Junyi 2013-06-16 13:21:43 +08:00
  • b1238a2306 Update README.md Sun Junyi 2013-06-14 13:01:07 +09:00
  • 02e9a0328d Update README.md Sun Junyi 2013-06-14 09:06:15 +08:00
  • b050bfe946 remove some useless words Sun Junyi 2013-06-08 15:40:01 +08:00
  • 08bfabb9d7 Merge branch 'jieba3k' of https://github.com/fxsjy/jieba into jieba3k fxsjy 2013-06-08 11:30:07 +08:00
  • be1686654d merge master to jieba3k fxsjy 2013-06-08 11:18:56 +08:00
  • 69e584677a Merge branch 'master' of https://github.com/fxsjy/jieba fxsjy 2013-06-08 10:48:11 +08:00
  • 7993a3ea73 version 0.29 v0.29 Sun Junyi 2013-06-07 18:23:19 +08:00
  • bdfaaa4eea Merge branch 'master' of https://code.csdn.net/fxsjy/jieba fxsjy 2013-06-07 18:11:58 +08:00
  • 1febdf847f clear fxsjy 2013-06-07 18:11:11 +08:00
  • ffea881a46 second commit fxsjy 2013-06-07 18:03:21 +08:00
  • 979a9177ae first commit 2013-06-07 17:47:16 +08:00
  • e12e176d17 rollback, seems no abvious speed up by the previous change fxsjy 2013-06-07 15:51:48 +08:00
  • d3531f197d rollback, seems no abvious speed up by the previous change fxsjy 2013-06-07 15:51:13 +08:00
  • f2d6abf063 speed up of viterbi fxsjy 2013-06-07 14:41:55 +08:00
  • 0087a4e7e3 adjust prob_trans for better support of name entity; fix some bad cases fxsjy 2013-06-07 13:59:36 +08:00
  • 872d159b61 Update README.md Sun Junyi 2013-06-04 14:33:46 +09:00
  • d4943f9072 minor version change v0.28.4 Sun Junyi 2013-05-31 13:43:16 +08:00
  • 0bda20db82 Merge pull request #53 from cloudaice/devbranch Sun Junyi 2013-05-22 18:18:11 -07:00
  • dfc807e65b Don't lose nformation about a function when using a decorator cloudaice 2013-05-23 00:25:45 +02:00
  • df8e0ab44d Merge pull request #6 from fxsjy/master 项超 2013-05-21 03:57:12 -07:00
  • 4300f79788 add a example of using sklearn+jieba Sun Junyi 2013-05-17 09:35:12 +08:00
  • a8f902545c fix some bad cases Sun Junyi 2013-05-15 18:21:08 +08:00
  • c6fc94a2e8 Merge pull request #5 from fxsjy/master 项超 2013-05-12 02:55:45 -07:00
  • afea4ca1ca Merge pull request #48 from cloudaice/cloudaice-dev Sun Junyi 2013-05-11 20:06:58 -07:00
  • 9ee20a5293 add generator test cloudaice 2013-05-11 22:50:30 +02:00
  • 0c050b5eb2 add jieba.posseg test case cloudaice 2013-05-11 01:45:56 +02:00
  • b0f9e6721e 添加cutall 测试用例 cloudaice 2013-05-11 01:24:18 +02:00
  • a7ff398edc 添加cut,set_dictionary,cut_for_search三个测试用例 cloudaice 2013-05-11 01:13:38 +02:00
  • 667203a9ae 替换tab为空格,使用join代替循环 cloudaice 2013-05-10 22:57:39 +02:00
  • a2d2078465 将tab换成空格,使用is判断对象是否为None cloudaice 2013-05-10 22:55:04 +02:00
  • 7ce5116a93 规范readme的示例代码 cloudaice 2013-05-10 22:23:35 +02:00
  • e0434871eb 修改demo.py的代码格式,使得符合pep8规范 cloudaice 2013-05-10 22:18:07 +02:00
  • 5e1ccf2086 Merge pull request #4 from fxsjy/master 项超 2013-05-11 08:39:33 -07:00
  • 4a9f2d1e19 Merge pull request #3 from fxsjy/master 项超 2013-05-10 02:56:02 -07:00
  • 37a179436f Merge pull request #46 from cloudaice/cloudaice-dev Sun Junyi 2013-05-10 02:50:07 -07:00
  • 9b0f60df93 Catch明确的错误 cloudaice 2013-05-10 11:21:33 +02:00
  • 65d07d2ddf Merge pull request #2 from fxsjy/master 项超 2013-05-10 02:25:32 -07:00
  • c691a23084 Merge pull request #1 from fxsjy/master 项超 2013-05-10 02:24:27 -07:00
  • c2f4b04722 Merge pull request #45 from cloudaice/cloudaice-dev Sun Junyi 2013-05-10 02:20:29 -07:00
  • 8ba8735f46 使用更明确的表达 cloudaice 2013-05-10 11:09:41 +02:00
  • c2ebfd8d00 Merge branch 'master' of https://github.com/fxsjy/jieba Sun Junyi 2013-05-02 17:01:59 +08:00
  • c1bf815343 update test case Sun Junyi 2013-05-02 17:01:16 +08:00
  • 5cf9034625 Update README.md Sun Junyi 2013-05-02 14:48:48 +08:00
  • a9f92e37ce Update Changelog Sun Junyi 2013-05-02 11:39:22 +08:00
  • 1cb721689c minor version v0.28.3 Sun Junyi 2013-05-02 11:37:13 +08:00
  • 4eca1a2f47 Merge branch 'master' into jieba3k Sun Junyi 2013-05-02 11:27:07 +08:00
  • ff4ea5d882 fix a bug of file leak Sun Junyi 2013-05-02 11:24:22 +08:00
  • 0e833cd441 fix a bug in py3k test case Sun Junyi 2013-04-28 19:40:24 +08:00
  • de9e7f61c3 Merge branch 'master' into jieba3k Sun Junyi 2013-04-28 19:32:14 +08:00
  • 1275b3679f Merge branch 'master' of https://github.com/fxsjy/jieba Sun Junyi 2013-04-28 12:04:32 +08:00
  • 35aa38ed12 fix a bug caused by default argument binding Sun Junyi 2013-04-28 12:04:16 +08:00
  • 3c8913e0e0 Update README.md Sun Junyi 2013-04-27 16:21:48 +08:00
  • 273996f7d4 fix a test script in jieba3k Sun Junyi 2013-04-27 16:18:40 +08:00
  • aae91b6fb6 merge change from master to jieba3k fxsjy 2013-04-27 16:04:16 +08:00
  • 2a2095e512 xx fxsjy 2013-04-27 14:26:57 +08:00
  • ae15492257 Update README.md Sun Junyi 2013-04-27 11:01:46 +08:00
  • da635859d4 Update README.md Sun Junyi 2013-04-27 10:56:10 +08:00
  • 9e4fce6b68 Update Changelog Sun Junyi 2013-04-27 10:42:21 +08:00
  • 1f51b2a3ff minor version chage v0.28.1 Sun Junyi 2013-04-27 10:26:12 +08:00
  • c1d143385f Merge branch 'master' of https://github.com/fxsjy/jieba Sun Junyi 2013-04-27 10:23:17 +08:00
  • 94d455b079 hot fix of cut_all=True Sun Junyi 2013-04-27 10:23:01 +08:00
  • 347a3a8034 Update Changelog Sun Junyi 2013-04-27 10:10:32 +08:00
  • 59d5d3b811 fix bug and change version v0.28 Sun Junyi 2013-04-27 09:45:39 +08:00
  • c8df565981 more log trace for trouble shooting fxsjy 2013-04-26 17:43:24 +08:00
  • 04eb4f08cf fix a bug of changing dictionary fxsjy 2013-04-26 16:48:46 +08:00
  • 8666428fb0 fix a bug of changing dictionary fxsjy 2013-04-26 16:47:00 +08:00
  • 9bebe6120b utf-8 output is more friendly to Linux fxsjy 2013-04-26 16:19:00 +08:00
  • d3339633d5 in the speed test: initialize first to ignore the time of dict loading Sun Junyi 2013-04-26 14:51:58 +08:00
  • bc049090a5 make lazy load thread safe fxsjy 2013-04-26 12:54:05 +08:00
  • d2460029d5 merge lazy load fxsjy 2013-04-26 09:57:06 +08:00
  • 7342a18534 Update readme in both languages with new functions Herman Schaaf 2013-04-25 21:46:15 +09:00
  • c6098a8657 Add initialize function and lazy initialization Herman Schaaf 2013-04-25 21:04:56 +09:00
  • 47d94a13e6 log(1)==0, since we have changed from PRODUCT to sum of LOG fxsjy 2013-04-25 10:11:04 +08:00
  • c350fab2b9 fix wrong line number fxsjy 2013-04-25 09:28:00 +08:00
  • 65b78b2b4d read() and then split -- faster; from __future__ import with fxsjy 2013-04-24 22:14:10 +08:00
  • 966532b462 Merge pull request #39 from neuront/master Sun Junyi 2013-04-24 07:00:50 -07:00
  • 166c2ca7a5 auto close file; locate error when failing to parse Neuron Teckid 2013-04-24 19:01:08 +08:00
  • 5f8435ce58 Update README.md Sun Junyi 2013-04-22 15:57:36 +08:00
  • 7337c6d420 Merge branch 'master' of https://github.com/fxsjy/jieba Sun Junyi 2013-04-22 13:27:00 +08:00
  • ceae5c56d8 add changelog Sun Junyi 2013-04-22 13:26:40 +08:00