gigaZhang / mmseg4j

Automatically exported from code.google.com/p/mmseg4j
Apache License 2.0
0 stars 0 forks source link

mmseg4j三种分词方式:Simple,Complex和maxword有什么区别? #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
我自己测试了一下,发现simple和complex会使用词库中定义的词�
��而maxword并不会使用词库中定义的词,我想问下这三种分词��
�式有什么不同,区别是什么?

Original issue reported on code.google.com by finalxc...@gmail.com on 17 Feb 2014 at 10:48

GoogleCodeExporter commented 8 years ago
 * simple 是传统的最在正向匹配
 * complex 是在 simple 上加 4 个过虑规则
 * maxword 是在 complex 上尽量减小词长。

Original comment by chenlb2...@gmail.com on 19 May 2014 at 11:48