com.hankcs.hanlp.corpus.document.sentence
类 Sentence

java.lang.Object
  继承者 com.hankcs.hanlp.corpus.document.sentence.Sentence
所有已实现的接口:
Serializable

public class Sentence
extends Object
implements Serializable

句子,指的是以。,:!结尾的句子

作者:
hankcs
另请参见:
序列化表格

字段摘要
 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
 

字段详细信息

wordList

public List<IWord> wordList
构造方法详细信息

Sentence

public Sentence(List<IWord> wordList)
方法详细信息

toString

public String toString()
覆盖:
Object 中的 toString

create

public static Sentence create(String param)


Copyright © 2014–2015 鐮佸啘鍦�/a>. All rights reserved.