public class SentencesUtil extends Object
| 构造器和说明 |
|---|
SentencesUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
hasNature(List<Term> sentence,
Nature nature)
句子中是否含有词性
|
static List<String> |
toSentenceList(char[] chars) |
static List<String> |
toSentenceList(String content)
将文本切割为句子
|
Copyright © 2014–2017 码农场. All rights reserved.