com.hankcs.hanlp.dictionary.common
类 CommonDictionary.Searcher
java.lang.Object
com.hankcs.hanlp.dictionary.BaseSearcher<V>
com.hankcs.hanlp.dictionary.common.CommonDictionary.Searcher
- 包容类:
- CommonDictionary<V>
public class CommonDictionary.Searcher
- extends BaseSearcher<V>
前缀搜索,长短都可匹配
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonDictionary.Searcher
protected CommonDictionary.Searcher(char[] c)
CommonDictionary.Searcher
protected CommonDictionary.Searcher(String text)
next
public Map.Entry<String,V> next()
- 从类
BaseSearcher 复制的描述
- 分出下一个词
- 指定者:
- 类
BaseSearcher<V> 中的 next
- 返回:
Copyright © 2014–2015 码农场. All rights reserved.