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 Back to release list
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.

Project Resources