gigaZhang / mmseg4j

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

关于停用词、同义词词库配置 #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 停用词库和同义词库不好配置
2.
3.

What is the expected output? What do you see instead?
希望能够在
<fieldType name="textComplex" class="solr.TextField" >
      <analyzer>
        <tokenizer class="com.chenlb.mmseg4j.solr.MMSegTokenizerFactory" mode="complex" dicPath="dic"/>
      </analyzer>
</fieldType>
中加上停用词库和同义词库的位置配置
就像IKAnalyzer一样可以配置停用词和同义词库。
What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jinhua20...@gmail.com on 2 Jul 2015 at 12:21