Uses of Class
net.sf.okapi.lib.terminology.TermHit
-
Packages that use TermHit Package Description net.sf.okapi.lib.terminology net.sf.okapi.lib.terminology.simpletb -
-
Uses of TermHit in net.sf.okapi.lib.terminology
Methods in net.sf.okapi.lib.terminology that return types with arguments of type TermHit Modifier and Type Method Description List<TermHit>ITermAccess. getExistingStrings(TextFragment fragment, LocaleId fragmentLoc, LocaleId otherLoc)List<TermHit>ITermAccess. getExistingTerms(TextFragment fragment, LocaleId fragmentLoc, LocaleId otherLoc)Gets the list of all terms of the termbase that exist in a given fragment for a given source/target pair of locales. -
Uses of TermHit in net.sf.okapi.lib.terminology.simpletb
Methods in net.sf.okapi.lib.terminology.simpletb that return types with arguments of type TermHit Modifier and Type Method Description List<TermHit>SimpleTB. getExistingStrings(TextFragment frag, LocaleId fragmentLoc, LocaleId otherLoc)List<TermHit>SimpleTBConnector. getExistingStrings(TextFragment fragment, LocaleId fragmentLocId, LocaleId otherLocId)List<TermHit>SimpleTB. getExistingTerms(TextFragment frag, LocaleId fragmentLoc, LocaleId otherLoc)List<TermHit>SimpleTBConnector. getExistingTerms(TextFragment fragment, LocaleId fragmentLocId, LocaleId otherLocId)
-