Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fxsjy/jieba
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsjy committed Apr 27, 2013
2 parents 94d455b + 347a3a8 commit c1d1433
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2013-04-27: version 0.28
========================
1) 新增词典lazy load功能,用户可以在'import jieba'后再改变词典的路径. 感谢hermanschaaf
2) 显示词典加载异常时错误的词条信息. 感谢neuront
3) 修正了词典被vim编辑后会加载失败的bug. 感谢neuront

2013-04-22: version 0.27
========================
1) 新增并行分词功能,可以在多核计算机上显著提高分词速度
Expand Down Expand Up @@ -76,4 +82,4 @@
1) 结巴分词被发布到了pypi,用户可以通过easy_install或者pip快速安装该组件;
2) 合并了搜狗开源词库2006版,删除了一些低频词
3) 优化了代码,缩短了程序初始化时间。
4) 增加了在线效果演示
4) 增加了在线效果演示

0 comments on commit c1d1433

Please sign in to comment.