Downloadliste

Projektbeschreibung

Jazzy is a Java spell checker based on the algorithms used by aspell.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-10-17 02:28
0.4

Das Paket wurde in 3 Bibliotheken: Split-jazzy-core.jar, jazzy-swing.jar und jazzy-examples.jar. So können Sie genauere Kontrolle darüber, wie die Bibliothek verwendet wird. Die DoubleMetaphone Klasse wurde aktualisiert, um es mehr Geschwindigkeit effizient. Andere Bereiche der API wurden auch bei der Leistung beeinflusst wird. Eine neue erweiterbare Configuration Mechanismus wurde hinzugefügt. Nun ist das Standardverhalten, Properties-Dateien für alle Aspekte der Konfiguration des Programms zu verwenden. Der Mechanismus ist erweiterbar, so können Sie es ändern, um Ihre eigenen Konfiguration benötigt.
Tags: Major feature enhancements
The package has been split into 3 libraries: jazzy-core.jar, jazzy-swing.jar, and jazzy-examples.jar. This allows you more precise control over how the library is used. The DoubleMetaphone class has been updated to make it more speed efficient. Other areas of the API were also changed for performance. A new extensible configuration mechanism has been added. Now, the default behavior is to use properties files for all aspects of program configuration. The mechanism is extensible, so you can modify it to your own particular configuration needs.

2002-04-09 14:02
0.2

Die Geschwindigkeit des DoubleMeta Algorithmus wurde verbessert, ebenso die Geschwindigkeit beim Laden des Wörterbuchs. Alle String-Arrays sind nun endgültig. Eine Ameise Build-Datei hinzugefügt wurde. Die Verpackung wurde leicht verändert. Die Klassen SpellChecker, SpellCheckListener und SpellCheckEvent zugegeben und FastHashMap wurde zugunsten java.util.HashMap entfernt.
Tags: Major feature enhancements
The speed of the DoubleMeta algorithm was improved, as was the speed of loading the dictionary. All String arrays are now final. An ant build file was added. The packaging was changed slightly. The classes SpellChecker, SpellCheckListener and SpellCheckEvent were added, and FastHashMap was removed in favour of java.util.HashMap.

Project Resources