类 com.hankcs.hanlp.dictionary.BaseSearcher
的使用

使用 BaseSearcher 的软件包
com.hankcs.hanlp.corpus.dictionary   
com.hankcs.hanlp.dictionary   
com.hankcs.hanlp.dictionary.common   
com.hankcs.hanlp.dictionary.nr   
com.hankcs.hanlp.dictionary.py   
com.hankcs.hanlp.dictionary.ts   
 

com.hankcs.hanlp.corpus.dictionaryBaseSearcher 的使用
 

com.hankcs.hanlp.corpus.dictionaryBaseSearcher 的子类
 class EasyDictionary.Searcher
           
 

返回 BaseSearchercom.hankcs.hanlp.corpus.dictionary 中的方法
 BaseSearcher EasyDictionary.getSearcher(String text)
           
 

com.hankcs.hanlp.dictionaryBaseSearcher 的使用
 

返回 BaseSearchercom.hankcs.hanlp.dictionary 中的方法
static BaseSearcher CustomDictionary.getSearcher(char[] charArray)
          获取一个BinTrie的查询工具
static BaseSearcher CustomDictionary.getSearcher(String text)
           
 

com.hankcs.hanlp.dictionary.commonBaseSearcher 的使用
 

com.hankcs.hanlp.dictionary.commonBaseSearcher 的子类
 class CommonDictionary.Searcher
          前缀搜索,长短都可匹配
 

返回 BaseSearchercom.hankcs.hanlp.dictionary.common 中的方法
 BaseSearcher CommonDictionary.getSearcher(String text)
           
 

com.hankcs.hanlp.dictionary.nrBaseSearcher 的使用
 

com.hankcs.hanlp.dictionary.nrBaseSearcher 的子类
static class JapanesePersonDictionary.Searcher
          最长分词
 

返回 BaseSearchercom.hankcs.hanlp.dictionary.nr 中的方法
static BaseSearcher JapanesePersonDictionary.getSearcher(char[] charArray)
           
 

com.hankcs.hanlp.dictionary.pyBaseSearcher 的使用
 

com.hankcs.hanlp.dictionary.pyBaseSearcher 的子类
static class PinyinDictionary.Searcher
           
 

返回 BaseSearchercom.hankcs.hanlp.dictionary.py 中的方法
static BaseSearcher PinyinDictionary.getSearcher(char[] charArray, DoubleArrayTrie<Pinyin[]> trie)
           
 

com.hankcs.hanlp.dictionary.tsBaseSearcher 的使用
 

com.hankcs.hanlp.dictionary.tsBaseSearcher 的子类
static class BaseChineseDictionary.Searcher
          最长分词
 

返回 BaseSearchercom.hankcs.hanlp.dictionary.ts 中的方法
static BaseSearcher BaseChineseDictionary.getSearcher(char[] charArray, DoubleArrayTrie<String> trie)
           
 



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