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