| 程序包 | 说明 |
|---|---|
| com.github.houbb.nlp.common.segment.impl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCommonSegment
抽象通用分词
project: nlp-common-AbstractCommonSegment
create on 2020/2/7 11:17
|
class |
CharCommonSegment
按 char 拆分的通用分词
project: nlp-common-AbstractCommonSegment
create on 2020/2/7 11:17
|
class |
DefaultCommonSegment
默认的分词策略
中文不做分词处理
project: nlp-common-SimpleCommonSegment
create on 2020/2/7 11:22
|
class |
FastForwardCommonSegment
贪心最大长度
project: nlp-common-FastForwardCommonSegment
create on 2020/2/7 11:33
|
class |
SimpleCommonSegment
project: nlp-common-SimpleCommonSegment
create on 2020/2/7 11:22
|
class |
SingleCommonSegment
单个词语通用分词
project: nlp-common-AbstractCommonSegment
create on 2020/2/7 11:17
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ICommonSegment |
CommonSegments.chars()
按字符拆分的分词实现
|
static ICommonSegment |
CommonSegments.defaults()
默认的分词实现
|
static ICommonSegment |
CommonSegments.fastForward()
快速向前的分词实现
|
static ICommonSegment |
CommonSegments.fastForward(ITrieTreeMap map)
快速向前的分词实现
|
static ICommonSegment |
CommonSegments.simple()
简单的分词实现
|
static ICommonSegment |
CommonSegments.single()
单个的分词实现
|
Copyright © 2021. All rights reserved.