com.swabunga.spell.engine.configuration.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jazzy Show documentation
Show all versions of jazzy Show documentation
A set of APIs that allow you to add spell checking functionality to Java Applications easily.
Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up
with are very similar. Note that this is not an official release from the jazzy project; it is
a release of 0.5.2 with enhancements / bug-fixes as required by the RText SpellChecker project
hosted on www.fifesoft.com. The scm urls in this pom indicate where the enhanced source code
is hosted
EDIT_DEL1=95
EDIT_DEL2=95
EDIT_SWAP=90
EDIT_SUB=100
EDIT_CASE=10
#DMV: the following commented out settings do not seem to be used at all
#EDIT_SIMILAR=10
#EDIT_MIN=90
#EDIT_MAX=100
SPELL_THRESHOLD=140
SPELL_IGNOREUPPERCASE=true
SPELL_IGNOREMIXEDCASE=true
SPELL_IGNOREINTERNETADDRESS=true
SPELL_IGNOREDIGITWORDS=true
SPELL_IGNOREMULTIPLEWORDS=false
SPELL_IGNORESENTENCECAPTILIZATION=true
SPELL_IGNORESINGLELETTERS=true