|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary
public class JapanesePersonDictionary
| 嵌套类摘要 | |
|---|---|
static class |
JapanesePersonDictionary.Searcher
最长分词 |
| 字段摘要 | |
|---|---|
static char |
A
bad case |
static char |
M
名 |
static char |
X
姓 |
| 构造方法摘要 | |
|---|---|
JapanesePersonDictionary()
|
|
| 方法摘要 | |
|---|---|
static boolean |
containsKey(String key)
是否包含key |
static boolean |
containsKey(String key,
int length)
包含key,且key至少长length |
static Character |
get(String key)
|
static BaseSearcher |
getSearcher(char[] charArray)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final char X
public static final char M
public static final char A
| 构造方法详细信息 |
|---|
public JapanesePersonDictionary()
| 方法详细信息 |
|---|
public static boolean containsKey(String key)
key -
public static boolean containsKey(String key,
int length)
key - length -
public static Character get(String key)
public static BaseSearcher getSearcher(char[] charArray)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||