MaltParser 1.0.3

org.maltparser.ml
Class KBestItem

java.lang.Object
  extended by org.maltparser.ml.KBestItem

public class KBestItem
extends Object


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

classCode

protected Integer classCode

score

protected Double score
Constructor Detail

KBestItem

public KBestItem()
Method Detail

getClasscode

public Integer getClasscode()

setClassCode

public void setClassCode(Integer classcode)

getScore

public Double getScore()

setScore

public void setScore(Double score)

toString

public String toString()
Overrides:
toString in class Object

MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.