com.hankcs.hanlp.dictionary.nr
类 JapanesePersonDictionary.Searcher

java.lang.Object
  继承者 com.hankcs.hanlp.dictionary.BaseSearcher<Character>
      继承者 com.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary.Searcher
包容类:
JapanesePersonDictionary

public static class JapanesePersonDictionary.Searcher
extends BaseSearcher<Character>

最长分词


字段摘要
 
从类 com.hankcs.hanlp.dictionary.BaseSearcher 继承的字段
c, offset
 
构造方法摘要
protected JapanesePersonDictionary.Searcher(char[] c, DoubleArrayTrie<Character> trie)
           
protected JapanesePersonDictionary.Searcher(String text, DoubleArrayTrie<Character> trie)
           
 
方法摘要
 Map.Entry<String,Character> next()
          分出下一个词
 
从类 com.hankcs.hanlp.dictionary.BaseSearcher 继承的方法
getOffset
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JapanesePersonDictionary.Searcher

protected JapanesePersonDictionary.Searcher(char[] c,
                                            DoubleArrayTrie<Character> trie)

JapanesePersonDictionary.Searcher

protected JapanesePersonDictionary.Searcher(String text,
                                            DoubleArrayTrie<Character> trie)
方法详细信息

next

public Map.Entry<String,Character> next()
从类 BaseSearcher 复制的描述
分出下一个词

指定者:
BaseSearcher<Character> 中的 next
返回:


Copyright © 2014–2015 码农场. All rights reserved.