This is a simple spell checker that can function on plane text and XML documents. They can be in files or online. This could help you identify spelling problems in XHTML web pages.
File List:
Ether.html
50Kb
OutputStreamSpellProblemListener.class
1Kb
OutputStreamSpellProblemListener.java
1Kb
PlaneTextSpellChecker.class
2Kb
PlaneTextSpellChecker.java
2Kb
SpellCheckDelegator.class
2Kb
SpellCheckDelegator.java
2Kb
SpellCheckingApplication.class
2Kb
SpellCheckingApplication.java
2Kb
SpellProblemListener.class
205b
SpellProblemListener.java
1Kb
WordListWordSpellChecker.class
1Kb
WordListWordSpellChecker.java
3Kb
WordSpellChecker.class
166b
WordSpellChecker.java
170b
WrongWordListGenerator.class
1Kb
WrongWordListGenerator.java
1Kb
XMLTextSpellChecker.class
4Kb
XMLTextSpellChecker.java
6Kb
correctWords.txt
525Kb
readme.pdf
60Kb
Similar code
J2ME Prevent Screen Lock-ups
(Popularity: ) : Preventing Screen Lockups of Blocking Operations by Qusay H. Mahmoud When you're developing networking MIDlets, pay special attention to blocking operations, such as methods that establish a connection to the network. These can lock up the screen, leaving your user ... List ALL properties for ANY object
(Popularity: ) : A new window is opened, with a table listing all available properties with values for your object. FlyFormX
(Popularity: ) : Generates html forms dynamically from xml description files
Development Tools v1.10
(Popularity: ) : Updated Dec 12, 2002: This is a great tool for the advanced web developer, especially when complicated javascript is involved. This allows you to dynamically view information about things going on inside your web page. Some of the features include: ... Simple Compiler
(Popularity: ) : This is just Simple Compiler demo program which i h required to build for my Programming Language subject. Its use string tokenizer class! Programming Language syntaxt look like this Start Set variablename As datatype End Example Start Set i As ...