com.hankcs.hanlp.dictionary.nr
类 JapanesePersonDictionary
java.lang.Object
com.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary
public class JapanesePersonDictionary
- extends Object
- 作者:
- hankcs
|
字段摘要 |
static char |
M
名 |
static char |
X
姓 |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X
public static final char X
- 姓
- 另请参见:
- 常量字段值
M
public static final char M
- 名
- 另请参见:
- 常量字段值
JapanesePersonDictionary
public JapanesePersonDictionary()
containsKey
public static boolean containsKey(String key)
- 是否包含key
- 参数:
key -
- 返回:
containsKey
public static boolean containsKey(String key,
int length)
- 包含key,且key至少长length
- 参数:
key - length -
- 返回:
get
public static Character get(String key)
getSearcher
public static BaseSearcher getSearcher(char[] charArray)
Copyright © 2014–2015 码农场. All rights reserved.