Actions
Bug #1449
closedImplement at least two similarity algorithms
Start date:
04/05/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1449
Description
Implement two different similarity algorithms for comparison of the fields of
two concepts, i.e., implements the ISimilarityAlgorithm interface.
Related issues
Updated by Aimee Stewart over 20 years ago
Two very simple algorithms have been implemented: StrictEquality and Token
matching with name weighted highest.
Updated by Robert Gales over 20 years ago
Two algorithms, one that does token matching and weights the taxonomic name as
the most important field and one that requires that the strings be entirely
equal and weights each field equally, have been implemented.
Actions