|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.hankcs.hanlp.corpus.document.sentence.Sentence
public class Sentence
句子,指的是以。,:!结尾的句子
| 字段摘要 | |
|---|---|
List<IWord> |
wordList
|
| 构造方法摘要 | |
|---|---|
Sentence(List<IWord> wordList)
|
|
| 方法摘要 | |
|---|---|
static Sentence |
create(String param)
|
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public List<IWord> wordList
| 构造方法详细信息 |
|---|
public Sentence(List<IWord> wordList)
| 方法详细信息 |
|---|
public String toString()
Object 中的 toStringpublic static Sentence create(String param)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||