public static class JapanesePersonDictionary.Searcher extends BaseSearcher<Character>
c, offset| Modifier | Constructor and Description |
|---|---|
protected |
Searcher(char[] c,
DoubleArrayTrie<Character> trie) |
protected |
Searcher(String text,
DoubleArrayTrie<Character> trie) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,Character> |
next()
分出下一个词
|
getOffsetprotected Searcher(char[] c,
DoubleArrayTrie<Character> trie)
protected Searcher(String text, DoubleArrayTrie<Character> trie)
public Map.Entry<String,Character> next()
BaseSearchernext in class BaseSearcher<Character>Copyright © 2014–2021 码农场. All rights reserved.