public class StandardTokenizer extends Object
| Constructor and Description |
|---|
StandardTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
static List<List<Term>> |
seg2sentence(String text)
切分为句子形式
|
static List<List<Term>> |
seg2sentence(String text,
boolean shortest)
分词断句 输出句子形式
|
static List<Term> |
segment(char[] text)
分词
|
static List<Term> |
segment(String text)
分词
|
Copyright © 2014–2021 码农场. All rights reserved.