public final class CommonSegments extends Object
project: nlp-common-CommonSegments
create on 2020/2/7 16:22
| 限定符和类型 | 方法和说明 |
|---|---|
static ICommonSegment |
chars()
按字符拆分的分词实现
|
static ICommonSegment |
defaults()
默认的分词实现
|
static ICommonSegment |
fastForward()
快速向前的分词实现
|
static ICommonSegment |
fastForward(ITrieTreeMap map)
快速向前的分词实现
|
static ICommonSegment |
simple()
简单的分词实现
|
static ICommonSegment |
single()
单个的分词实现
|
public static ICommonSegment single()
public static ICommonSegment chars()
public static ICommonSegment simple()
public static ICommonSegment fastForward()
public static ICommonSegment fastForward(ITrieTreeMap map)
map - 前赘树 mappublic static ICommonSegment defaults()
Copyright © 2021. All rights reserved.