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