vardwrapper
Class Suggestion

java.lang.Object
  extended by vardwrapper.Suggestion

public class Suggestion
extends java.lang.Object

Represents a normalisation suggestion for list ranked by confidence.


Method Summary
 double getConfidence()
          Gets the confidence score for the suggestion.
 java.lang.String getNormalisation()
          Gets the suggested normalisation word.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNormalisation

public java.lang.String getNormalisation()
Gets the suggested normalisation word.

Returns:
the normalisation

getConfidence

public double getConfidence()
Gets the confidence score for the suggestion.

Returns:
the confidence score

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
[normalisation]\t[confidence]%