de.artsystems.smartspell
Class Suggestion

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getConfidence()
           
 java.lang.String getCorrection()
           
 boolean isEmpty()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Suggestion

public Suggestion(int confidence,
                  java.lang.String correction)
Method Detail

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