com.hankcs.hanlp.dictionary.ts
类 BaseChineseDictionary
java.lang.Object
com.hankcs.hanlp.dictionary.ts.BaseChineseDictionary
- 直接已知子类:
- SimplifiedChineseDictionary, TraditionalChineseDictionary
public class BaseChineseDictionary
- extends Object
- 作者:
- hankcs
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseChineseDictionary
public BaseChineseDictionary()
getSearcher
public static BaseSearcher getSearcher(char[] charArray,
DoubleArrayTrie<String> trie)
segLongest
protected static String segLongest(char[] charArray,
DoubleArrayTrie<String> trie)
segLongest
protected static String segLongest(char[] charArray,
AhoCorasickDoubleArrayTrie<String> trie)
Copyright © 2014–2015 码农场. All rights reserved.