| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp.corpus.dictionary | |
| com.hankcs.hanlp.dictionary | |
| com.hankcs.hanlp.dictionary.nr | |
| com.hankcs.hanlp.dictionary.py | |
| com.hankcs.hanlp.dictionary.ts |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EasyDictionary.Searcher |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseSearcher |
EasyDictionary.getSearcher(String text) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseSearcher |
CustomDictionary.getSearcher(char[] charArray)
获取一个BinTrie的查询工具
|
static BaseSearcher |
CustomDictionary.getSearcher(String text) |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
JapanesePersonDictionary.Searcher
最长分词
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseSearcher |
JapanesePersonDictionary.getSearcher(char[] charArray) |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
PinyinDictionary.Searcher |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseSearcher |
PinyinDictionary.getSearcher(char[] charArray,
DoubleArrayTrie<Pinyin[]> trie) |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BaseChineseDictionary.Searcher
最长分词
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseSearcher |
BaseChineseDictionary.getSearcher(char[] charArray,
DoubleArrayTrie<String> trie) |
Copyright © 2014–2018 码农场. All rights reserved.