Package org.omegat.core.matching
Interface ISimilarityCalculator
-
- All Known Implementing Classes:
LevenshteinDistance
public interface ISimilarityCalculator
Interface for similarity calculator. It require to implement more than one token comparison algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compute(Token[] source, Token[] target)
Compute similarity.
-