Uses of Class
net.sf.okapi.lib.xliff2.matches.Match
-
Packages that use Match Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.matches Classes to read, write and manipulate the elements and attributes of the Translation Candidates module. -
-
Uses of Match in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type Match Modifier and Type Method Description List<Match>Unit. getAllExactMatches()Retrieves all exact matches from this unit, i.e.List<Match>Unit. getMatchesByMinimumSimilarity(double minSim)Retrieves all matches from this unit with the given minimum similarity.List<Match>Unit. getMatchesByRef(String ref)Retrieves all matches from this unit for the given ref attribute value.List<Match>Unit. getMatchesBySimilarityRange(double minSim, double maxSim)Retrieves all matches from this unit in the given similarity range.List<Match>Unit. getMatchesForSegment(int segIdx)Retrieves all matches from this unit for the given segment (zero-based index) -
Uses of Match in net.sf.okapi.lib.xliff2.matches
Methods in net.sf.okapi.lib.xliff2.matches that return Match Modifier and Type Method Description static MatchMatch. annotate(Fragment fragment, int start, int end, Match match)Tries to reuse an existingmtc:matchannotation to add a given match.Methods in net.sf.okapi.lib.xliff2.matches with parameters of type Match Modifier and Type Method Description static MatchMatch. annotate(Fragment fragment, int start, int end, Match match)Tries to reuse an existingmtc:matchannotation to add a given match.Constructors in net.sf.okapi.lib.xliff2.matches with parameters of type Match Constructor Description Match(Match original)Copy constructor
-