jar

net.sf.jazzy : jazzy

Maven & Gradle

Jun 26, 2011
17 usages

Jazzy (RText Version) · 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

Table Of Contents

Latest Version

Download net.sf.jazzy : jazzy JAR file - Latest Versions:

All Versions

Download net.sf.jazzy : jazzy JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jazzy-0.5.2-rtext-1.4.1-2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.swabunga.util

├─ com.swabunga.util.StringUtility.class - [JAR]

├─ com.swabunga.util.VectorUtility.class - [JAR]

com.swabunga.spell.event

├─ com.swabunga.spell.event.AbstractWordFinder.class - [JAR]

├─ com.swabunga.spell.event.AbstractWordTokenizer.class - [JAR]

├─ com.swabunga.spell.event.BasicSpellCheckEvent.class - [JAR]

├─ com.swabunga.spell.event.DefaultWordFinder.class - [JAR]

├─ com.swabunga.spell.event.DocumentWordTokenizer.class - [JAR]

├─ com.swabunga.spell.event.JavaWordFinder.class - [JAR]

├─ com.swabunga.spell.event.SpellCheckEvent.class - [JAR]

├─ com.swabunga.spell.event.SpellCheckListener.class - [JAR]

├─ com.swabunga.spell.event.SpellChecker.class - [JAR]

├─ com.swabunga.spell.event.StringWordTokenizer.class - [JAR]

├─ com.swabunga.spell.event.Word.class - [JAR]

├─ com.swabunga.spell.event.WordFinder.class - [JAR]

├─ com.swabunga.spell.event.WordNotFoundException.class - [JAR]

├─ com.swabunga.spell.event.WordTokenizer.class - [JAR]

├─ com.swabunga.spell.event.XMLWordFinder.class - [JAR]

com.swabunga.spell.engine

├─ com.swabunga.spell.engine.Configuration.class - [JAR]

├─ com.swabunga.spell.engine.DoubleMeta.class - [JAR]

├─ com.swabunga.spell.engine.EditDistance.class - [JAR]

├─ com.swabunga.spell.engine.GenericSpellDictionary.class - [JAR]

├─ com.swabunga.spell.engine.GenericTransformator.class - [JAR]

├─ com.swabunga.spell.engine.PropertyConfiguration.class - [JAR]

├─ com.swabunga.spell.engine.SpellDictionary.class - [JAR]

├─ com.swabunga.spell.engine.SpellDictionaryASpell.class - [JAR]

├─ com.swabunga.spell.engine.SpellDictionaryCachedDichoDisk.class - [JAR]

├─ com.swabunga.spell.engine.SpellDictionaryDichoDisk.class - [JAR]

├─ com.swabunga.spell.engine.SpellDictionaryDisk.class - [JAR]

├─ com.swabunga.spell.engine.SpellDictionaryHashMap.class - [JAR]

├─ com.swabunga.spell.engine.Transformator.class - [JAR]

├─ com.swabunga.spell.engine.Word.class - [JAR]

Advertisement