public class NLPTokenizer extends Object
| 构造器和说明 |
|---|
NLPTokenizer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<List<Term>> |
seg2sentence(String text)
切分为句子形式
|
static List<Term> |
segment(char[] text)
分词
|
static List<Term> |
segment(String text) |
public static final Segment SEGMENT
Copyright © 2014–2017 码农场. All rights reserved.