ePen jaspell
Status: Beta
Brought to you by:
digulla
| File | Date | Author | Commit |
|---|---|---|---|
| .settings | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| dict | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| src | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| .classpath | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| .hgignore | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| .project | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| pom.xml | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
| readme.txt | 2010-01-09 |
|
[e47494] Initial import of JaSpell (fork of http://jaspe... |
JaSpell :: Java Spelling Checking Package
What is it?
-----------
JaSpell is a 100% pure Java implementation of a spelling checker.
The Latest Version
------------------
The latest version is available from the JaSpell project web site.
( http://jaspell.sourceforge.net/ ).
Requirements
------------
The following requirements exist for installing and running JaSpell:
o Java Interpreter:
A fully compliant Java runtime environment is needed for JaSpell to operate.
o Dictionary Files
A dictionary is a normal text file with the list of valid words, where each line contains
a word and an associated word frequency.
The package already comes with an English and a Portuguese dictionary.
Optionally, the spelling checker can also be supplied with a list of words
to ignore (these won't be given any sugestions) and a list of common misspellings.
Installation Instructions and Documentation
-------------------------------------------
Unzip the package and from the command line type:
java pt.tumba.spell.JaSpell
The list of command options will appear on screen.
Availability, licensing and legal issues
--------------------------
JaSpell is released under the BSD License. Source code is included on the package.