重加载词库的方法

重加载词库的方法

paip.ikanalyzer 重加载词库的方法.





作者Attilax  艾龙,  EMAIL:[email protected] 

来源:attilax的专栏

地址:http://blog.csdn.net/attilax





if(WordsLibController.lastWordsLib!=null)

  {

  dictionary.disableWords(WordsLibController.lastWordsLib); 

 

  }

WordsLibController.lastWordsLib=allword;

dictionary.addWords(allword); // 自动添加自定义词

05-08 15:10