Comment 0 for bug 728433

Revision history for this message
Gregor Middell (gregor-middell) wrote :

Currently tokens are matched based on their content equality (java.lang.Object#equals()). To support flexible matching (fuzzy matching, complex rule-based token normalization etc.), CollateX shall accept java.util.Comparator<IToken> instances as a parameter for the alignment, that is used for token matching.