Jazzy is a 100% pure Java library implementing a spell checking algorithm similar to aspell. It may be used to spell check a variety of sources.
The latest version is available from the Jazzy project web site.
The following requirements exist for installing Jazzy:
- Java Interpreter: *A fully compliant Java 1.1 Runtime environment is needed for the core engine of Jazzy to operate. (For example: for use in a servlet)
*A fully compliant Java 1.3 Runtime environment is needed for the swing components of Jazzy to operate.
- Java JFC (Swing components):
*These GUI extentions are required for proper GUI functionality. However, core spell check functionality can work without Swing Components.
There are two ways to install Jazzy. One from a pre packaged version and the other is to compile the sources from GitHub.
If you have downloaded the source code from GitHub, please cd to the jazzy directory and run Maven.
##Licensing and legal issues
Jazzy is licensed under the LGPL. See LICENSE.txt for license restrictions.