pt.tumba.spell
Class JaSpell

java.lang.Object
  extended by pt.tumba.spell.JaSpell

public class JaSpell
extends java.lang.Object

This class provides a command line interface for the spelling checking package, similar in style to that of Aspell, also serving as an example of how to use the package from another Java program.

Author:
Bruno Martins
See Also:
SpellChecker

Field Summary
private  SpellChecker spellCheck
          The spelling checker.
 
Constructor Summary
JaSpell()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
static void printUsage()
          Print the command line options to the standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spellCheck

private SpellChecker spellCheck
The spelling checker.

Constructor Detail

JaSpell

public JaSpell()
Method Detail

printUsage

public static void printUsage()
Print the command line options to the standard output.


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method.

Parameters:
args - The command line input, tokenized.
Throws:
java.lang.Exception