com.hankcs.hanlp.corpus.document.sentence.word
接口 IWord

所有超级接口:
Serializable
所有已知实现类:
CompoundWord, Word

public interface IWord
extends Serializable

词语接口

作者:
hankcs

方法摘要
 String getLabel()
           
 String getValue()
           
 void setLabel(String label)
           
 void setValue(String value)
           
 

方法详细信息

getValue

String getValue()

getLabel

String getLabel()

setLabel

void setLabel(String label)

setValue

void setValue(String value)


Copyright © 2014–2015 码农场. All rights reserved.