public class TraditionalChineseTokenizer extends Object
| Constructor and Description |
|---|
TraditionalChineseTokenizer() |
| Modifier and Type | Method and Description |
|---|---|
static List<List<Term>> |
seg2sentence(String text)
切分为句子形式
|
static List<Term> |
segment(char[] text)
分词
|
static List<Term> |
segment(String text) |
public static Segment SEGMENT
Copyright © 2014–2018 码农场. All rights reserved.