|
MaltParser 1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maltparser.ml.KBestItem
public class KBestItem
| Field Summary | |
|---|---|
protected Integer |
classCode
|
protected Double |
score
|
| Constructor Summary | |
|---|---|
KBestItem()
|
|
| Method Summary | |
|---|---|
Integer |
getClasscode()
|
Double |
getScore()
|
void |
setClassCode(Integer classcode)
|
void |
setScore(Double score)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer classCode
protected Double score
| Constructor Detail |
|---|
public KBestItem()
| Method Detail |
|---|
public Integer getClasscode()
public void setClassCode(Integer classcode)
public Double getScore()
public void setScore(Double score)
public String toString()
toString in class Object
|
MaltParser 1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||