public class TokenizerController.WordEntry extends Object
| Constructor and Description |
|---|
TokenizerController.WordEntry() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getPartSpeech() |
String |
getPinYin() |
int |
getPosition() |
String |
getWord() |
void |
setLength(int length) |
void |
setPartSpeech(String partSpeech) |
void |
setPinYin(String pinYin) |
void |
setPosition(int position) |
void |
setWord(String word) |
String |
toString() |
public String getWord()
public void setWord(String word)
public String getPinYin()
public void setPinYin(String pinYin)
public String getPartSpeech()
public void setPartSpeech(String partSpeech)
public int getLength()
public void setLength(int length)
public int getPosition()
public void setPosition(int position)
Copyright © 2016. All Rights Reserved.