Download List

项目描述

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

系统要求

System requirement is not defined
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

软件包已经被分成三库:爵士- core.jar,爵士乐,swing.jar,和爵士,examples.jar。这使您更精确的对如何使用图书馆的控制。该DoubleMetaphone类已被更新,以使其更加有效的速度。 API的其他领域也发生了变化的表现。一种新的扩展配置机制已添加。现在,默认行为是使用的程序的配置属性文件的所有方面。该机制是可扩展的,所以你可以修改它以自己特定的配置需要。
标签: 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

该DoubleMeta算法的速度提高,因为是载入字典速度。所有字符串数组,现在最终的决定。 Ant构建文件添加。该包装是一些轻微的改变。在拼写检查,SpellCheckListener和SpellCheckEvent增加了班,FastHashMap被删除的java.util.HashMap赞成票。
标签: 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