com.hankcs.hanlp.dictionary.nr
类 NRDictionary
java.lang.Object
com.hankcs.hanlp.dictionary.common.CommonDictionary<EnumItem<NR>>
com.hankcs.hanlp.dictionary.nr.NRDictionary
public class NRDictionary
- extends CommonDictionary<EnumItem<NR>>
一个好用的人名词典
- 作者:
- hankcs
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NRDictionary
public NRDictionary()
onLoadValue
protected EnumItem<NR>[] onLoadValue(String path)
- 从类
CommonDictionary 复制的描述
- 实现此方法来加载值
- 指定者:
- 类
CommonDictionary<EnumItem<NR>> 中的 onLoadValue
- 返回:
onSaveValue
protected boolean onSaveValue(EnumItem<NR>[] valueArray,
String path)
- 指定者:
- 类
CommonDictionary<EnumItem<NR>> 中的 onSaveValue
Copyright © 2014–2015 码农场. All rights reserved.