一、现有配置-hanlp.properties
CustomDictionaryPath=data/dictionary/custom/MyCustomDictionary.txt;data/dictionary/custom/CustomDictionary.txt; 现代汉语补充词库.txt; 全国地名大全.txt ns; 人名词典.txt; 机构名词典.txt; 上海地名.txt ns;data/dictionary/person/nrf.txt nrf;
其中MyCustomDictionary是自定义字典。
二、操作步骤
2.1、增加MyCustomDictionary.txt字典
2.2、删除已有的CustomDictionary.txt.bin
2.3、代码测试:
System.out.println(StandardTokenizer.segment(“触发问题的句子”));
System.out.println( HanLP.segment(“攻城狮”) );
三、结果
.bin文件参考其他人做法,应该会重新构建,但是没有生成新的.bin文件