de.artsystems.smartspell
Class SmartSpell
java.lang.Object
de.artsystems.smartspell.SmartSpell
public class SmartSpell
- extends java.lang.Object
- Version:
- aitools 2.0
Created on Apr 22, 2009
$Id: SmartSpell.java,v 1.22 2011/02/15 10:32:43 hoppe Exp $
- Author:
- martin.trenkmann@uni-weimar.de
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIDENCE_THRESHOLD
public static final java.lang.String CONFIDENCE_THRESHOLD
- See Also:
- Constant Field Values
EXECUTABLE_FILE
public static final java.lang.String EXECUTABLE_FILE
- See Also:
- Constant Field Values
DICTIONARY_FILE
public static final java.lang.String DICTIONARY_FILE
- See Also:
- Constant Field Values
SERVER_PORT
public static final java.lang.String SERVER_PORT
- See Also:
- Constant Field Values
getInstance
public static SmartSpell getInstance(java.io.File propFile)
throws java.lang.Exception
- Throws:
java.lang.Exception
lookupByProcess
public java.util.Collection<Suggestion> lookupByProcess(java.lang.String word)
throws java.lang.NumberFormatException,
java.io.IOException
- Throws:
java.lang.NumberFormatException
java.io.IOException
lookupBySocket
public java.util.Collection<Suggestion> lookupBySocket(java.lang.String word)
throws java.net.UnknownHostException,
java.io.IOException
- Throws:
java.net.UnknownHostException
java.io.IOException
shutdown
public void shutdown()
main
public static void main(java.lang.String[] args)
throws java.lang.Throwable
- Throws:
java.lang.Throwable