Uses of Class
net.sf.okapi.tm.pensieve.common.TmHit
-
Packages that use TmHit Package Description net.sf.okapi.tm.pensieve.common net.sf.okapi.tm.pensieve.seeker -
-
Uses of TmHit in net.sf.okapi.tm.pensieve.common
Methods in net.sf.okapi.tm.pensieve.common with parameters of type TmHit Modifier and Type Method Description intTmHit. compareTo(TmHit other)This method implements a three way sort on (1) MatchType (2) score (3) source string. -
Uses of TmHit in net.sf.okapi.tm.pensieve.seeker
Methods in net.sf.okapi.tm.pensieve.seeker that return types with arguments of type TmHit Modifier and Type Method Description List<TmHit>ITmSeeker. searchExact(TextFragment query, Metadata metadata)Get a list of exact matches for a given text fragment, taking inline codes in account.List<TmHit>PensieveSeeker. searchExact(TextFragment query, Metadata metadata)List<TmHit>ITmSeeker. searchFuzzy(TextFragment query, int threshold, int maxHits, Metadata metadata)Get a list of fuzzy matches for a given text fragment, taking inline codes in account.List<TmHit>PensieveSeeker. searchFuzzy(TextFragment queryFrag, int threshold, int max, Metadata metadata)Search for exact and fuzzy matches
-