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 Requirements

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은가 반환 단어 쿼리에서 단어를 가진다 수있는 최대 거리를 나타내는 구현을 사전에 construtor의 매개 변수했다. 이것은 사전을 만들 때이 매개 변수를 해결하기 위해, 그러나, 필요되지 않았습니다. 이제 maxDist는 조회를 메서드의 명시적 매개 변수입니다.
Tags: 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

이 릴리스 () 사전 및 Didyoumean 클래스 단어를 검색어와 유사한 단어를 찾을 경우에도 쿼리 단어가 사전에 존재하는 메서드를 lookupDistinct를 추가합니다.
Tags: 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에 관해서 ()와 코멘트 자유투를 추가합니다.
Tags: 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

자바 광범위한 호환성을 위해 1.5 클래스 파일을 생성하도록 변경되었습니다 프로세스를 빌드합니다. 어떤 수업이 더 나은 가독 성과 유지 보수를위한 refactored있다.
Tags: 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

Tags: Initial freshmeat announcement

Project Resources