JSpell is a Java API for providing text-checking functionality (spell checkers, grammar checkers, style checkers etc.) to Java programs. It is designed to support all text-checking engines via a plugin architecture, and to be as easy to use as possible.
Be the first to post a text review of Text-checking API for Java. Rate and review a project by clicking thumbs up or thumbs down in the right column.
A new version of JTextCheck is in the works. Primarily the changes are: a) Make use of new Java 5 features, notably generics. b) Rearrange, rename and otherwise reorganise the classes and packages more logically. c) Replace the Preferences API-based configuration with a single, simpler file (xml). In practical terms you won't have to change much in any code already using JTextCheck, other than to rename the package names in your import statements. However setup should be much easier - most of the complaints I had were about the configuration, and the preferences API makes it difficult to find out what's wrong. Other changes might include finding a replacement for the JWNL wordnet library, since this seems not to be actively developed any more.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?