Activity log for bug #728433

Date Who What changed Old value New value Message
2011-03-03 13:18:25 Gregor Middell bug added bug
2011-03-03 13:18:40 Gregor Middell collatex: importance Undecided Wishlist
2011-03-03 13:19:28 Gregor Middell collatex: assignee Ronald Haentjens Dekker (ronald-dekker)
2011-03-03 13:22:39 Gregor Middell description 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. Currently tokens are matched based on their content's equality (java.lang.String#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.