public class NatureDictionaryMaker extends CommonDictionaryMaker
| 构造器和说明 |
|---|
NatureDictionaryMaker() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addToDictionary(List<List<IWord>> sentenceList)
加入到词典中,允许子类自定义过滤等等,这样比较灵活
|
protected void |
roleTag(List<List<IWord>> sentenceList)
角色标注,如果子类要进行label的调整或增加新的首尾等等,可以在此进行
|
compute, saveTxtToprotected void addToDictionary(List<List<IWord>> sentenceList)
CommonDictionaryMakeraddToDictionary 在类中 CommonDictionaryMakerprotected void roleTag(List<List<IWord>> sentenceList)
CommonDictionaryMakerroleTag 在类中 CommonDictionaryMakerCopyright © 2014–2018 码农场. All rights reserved.