Download List

Projeto Descrição

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

Anteriormente, maxDist foi um parâmetro do construtor do dicionário implementações que denota a distância máxima que uma palavra deve ter retornado a partir da palavra consulta. Foi, no entanto, não é necessário para corrigir esse parâmetro quando os dicionários são criados. Agora maxDist é um parâmetro explícito do método de pesquisa.
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

Esta versão adiciona o método lookupDistinct () para os dicionários e classe Didyoumean para encontrar palavras similares à palavra da consulta, mesmo que a palavra consulta existe no dicionário.
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

Esta versão corrige um NullPointerException para pesquisas sobre NgramDict vazio e adiciona o respectivo teste. Acrescenta @ throws um comentário a NgramDict.lookup () no que diz respeito 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

O processo de criação foi alterado para produzir 1,5 arquivos de classe Java para uma maior compatibilidade. Algumas classes foram reformulados para melhor legibilidade e facilidade de manutenção.
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