Package org.omegat.core.matching
Interface ISimilarityCalculator
-
- All Known Implementing Classes:
LevenshteinDistance
public interface ISimilarityCalculatorInterface 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 intcompute(Token[] source, Token[] target)Compute similarity.
-