| 程序包 | 说明 |
|---|---|
| com.github.houbb.nlp.common.dfa.tree | |
| com.github.houbb.nlp.common.dfa.tree.impl | |
| com.github.houbb.nlp.common.segment.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
ITrieTreeMap |
ITrieTreeMap.add(String word)
新增单词
|
ITrieTreeMap |
ITrieTreeMap.clear()
清空操作
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractTrieTreeMap
project: nlp-common-ITrieTreeMap
create on 2020/2/7 13:23
|
class |
DefaultTrieTreeMap
可以新增单词。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ITrieTreeMap |
AbstractTrieTreeMap.add(String word) |
ITrieTreeMap |
AbstractTrieTreeMap.clear() |
static ITrieTreeMap |
TrieTreeMaps.defaults()
默认实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ICommonSegment |
CommonSegments.fastForward(ITrieTreeMap map)
快速向前的分词实现
|
| 构造器和说明 |
|---|
FastForwardCommonSegment(ITrieTreeMap trieTreeMap)
获取实例
|
Copyright © 2021. All rights reserved.