Download List

项目描述

Approdictio provides implementations of
dictionaries that allow approximate lookup. When
looking up a word, all words are returned that are
approximately equal to the word given. The
definition of approximately equal depends on the
metric provided to define the distance between two
words. An implementation of the Levensthein Metric
with customizable edit costs is part of the package.

系统要求

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.

2010-08-15 21:55
v39

此前,maxDist是一个字典的实现,意指最大距离有一个返回的话,必从查询词的构造函数的参数。它是,但是,没有必要来修正这个参数时创建的字典。现在maxDist是对查找方法显式参数。
标签: Feature Enhancements
Previously, maxDist was a parameter of the construtor of the dictionary implementations denoting the maximum distance a returned word shall have from the query word. It was, however, not necessary to fix this parameter when the dictionaries are created. Now maxDist is an explicit parameter of the lookup method.

2009-12-21 02:34
v36

此版本增加了方法lookupDistinct()的词典和Didyoumean类的话找到类似的查询词,即使查询词在词典中存在。
标签: Feature Enhancements
This release adds the method lookupDistinct() to the dictionaries and the Didyoumean class to find words similar to the query word, even if the query word exists in the dictionary.

2009-11-11 07:19
v29

此版本修正了一个在空NgramDict查找NullPointerException异常,并增加了各自的测试。它增加了一个@抛出评论,NgramDict.lookup()关于ConcurrentModificationException。
标签: Bugfixes
This release fixes a NullPointerException for lookups on empty NgramDict and adds the respective test. It adds an @throws comment to NgramDict.lookup() with regard to ConcurrentModificationException.

2008-11-24 07:57
v25

构建过程中已被更改,以生产更多的Java类文件的兼容性1.5。一些班级已重构更好的可读性和可维护性。
标签: Code cleanup
The build process has been changed to produce Java 1.5 class files for wider compatibility. Some classes have been refactored for better readability and maintainability.

2008-11-10 06:11
16

标签: Initial freshmeat announcement

Project Resources