de.artsystems.smartspell
Class Suggestion
java.lang.Object
de.artsystems.smartspell.Suggestion
public class Suggestion
- extends java.lang.Object
- Version:
- aitools 2.0
Created on Apr 22, 2009
$Id: Suggestion.java,v 1.6 2011/02/15 10:32:43 hoppe Exp $
- Author:
- martin.trenkmann@uni-weimar.de
Constructor Summary |
Suggestion(int confidence,
java.lang.String correction)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Suggestion
public Suggestion(int confidence,
java.lang.String correction)
getConfidence
public int getConfidence()
getCorrection
public java.lang.String getCorrection()
isEmpty
public boolean isEmpty()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object