Uses of Class
net.sf.okapi.common.query.MatchType
-
Packages that use MatchType Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.common.query Helper classes for the translation resources connectors.net.sf.okapi.steps.wordcount.categorized.gmx net.sf.okapi.steps.wordcount.categorized.okapi net.sf.okapi.steps.wordcount.common net.sf.okapi.tm.pensieve.common -
-
Uses of MatchType in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return MatchType Modifier and Type Method Description MatchTypeAltTranslation. getType()Gets the type of this alternate translation.Methods in net.sf.okapi.common.annotation with parameters of type MatchType Modifier and Type Method Description AltTranslationAltTranslationsAnnotation. add(LocaleId sourceLocId, LocaleId targetLocId, TextFragment originalSource, TextFragment alternateSource, TextFragment alternateTarget, MatchType type, int combinedScore, String origin)Adds a new entry to the list of alternate translations.AltTranslationAltTranslationsAnnotation. add(LocaleId sourceLocId, LocaleId targetLocId, TextFragment originalSource, TextFragment alternateSource, TextFragment alternateTarget, MatchType type, int combinedScore, String origin, int fuzzyScore, int qualityScore)Adds a new entry to the list of alternate translations.voidAltTranslation. setType(MatchType type)Sets the match type of this alternate translation.Constructors in net.sf.okapi.common.annotation with parameters of type MatchType Constructor Description AltTranslation(LocaleId sourceLocId, LocaleId targetLocId, ITextUnit altTu, MatchType type, int combinedScore, String origin)Creates a new AltTranslation object.AltTranslation(LocaleId sourceLocId, LocaleId targetLocId, TextFragment originalSource, TextFragment alternateSource, TextFragment alternateTarget, MatchType type, int combinedScore, String origin)Creates a new AltTranslation object.AltTranslation(LocaleId sourceLocId, LocaleId targetLocId, TextFragment originalSource, TextFragment alternateSource, TextFragment alternateTarget, MatchType type, int combinedScore, String origin, int fuzzyScore, int qualityScore)Creates a new AltTranslation object. -
Uses of MatchType in net.sf.okapi.common.query
Fields in net.sf.okapi.common.query declared as MatchType Modifier and Type Field Description MatchTypeQueryResult. matchTypeMatchTypeof this result.Methods in net.sf.okapi.common.query that return MatchType Modifier and Type Method Description static MatchTypeMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType[]MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchType in net.sf.okapi.steps.wordcount.categorized.gmx
Methods in net.sf.okapi.steps.wordcount.categorized.gmx with parameters of type MatchType Modifier and Type Method Description protected booleanGMXExactMatchedWordCountStep. accept(MatchType type)protected booleanGMXFuzzyMatchWordCountStep. accept(MatchType type)protected booleanGMXLeveragedMatchedWordCountStep. accept(MatchType type)protected booleanGMXRepetitionMatchedWordCountStep. accept(MatchType type) -
Uses of MatchType in net.sf.okapi.steps.wordcount.categorized.okapi
Methods in net.sf.okapi.steps.wordcount.categorized.okapi with parameters of type MatchType Modifier and Type Method Description protected booleanConcordanceWordCountStep. accept(MatchType type)protected booleanExactDocumentContextMatchWordCountStep. accept(MatchType type)protected booleanExactLocalContextMatchWordCountStep. accept(MatchType type)protected booleanExactMatchWordCountStep. accept(MatchType type)protected booleanExactPreviousVersionMatchWordCountStep. accept(MatchType type)protected booleanExactRepairedWordCountStep. accept(MatchType type)protected booleanExactStructuralMatchWordCountStep. accept(MatchType type)protected booleanExactTextOnlyPreviousVersionMatchWordCountStep. accept(MatchType type)protected booleanExactTextOnlyUniqueIdMatchWordCountStep. accept(MatchType type)protected booleanExactTextOnlyWordCountStep. accept(MatchType type)protected booleanExactUniqueIdMatchWordCountStep. accept(MatchType type)protected booleanFuzzyMatchWordCountStep. accept(MatchType type)protected booleanFuzzyPreviousVersionMatchWordCountStep. accept(MatchType type)protected booleanFuzzyRepairedWordCountStep. accept(MatchType type)protected booleanFuzzyUniqueIdMatchWordCountStep. accept(MatchType type)protected booleanMTWordCountStep. accept(MatchType type)protected booleanPhraseAssembledWordCountStep. accept(MatchType type) -
Uses of MatchType in net.sf.okapi.steps.wordcount.common
Methods in net.sf.okapi.steps.wordcount.common with parameters of type MatchType Modifier and Type Method Description protected abstract booleanAltAnnotationBasedCountStep. accept(MatchType type) -
Uses of MatchType in net.sf.okapi.tm.pensieve.common
Methods in net.sf.okapi.tm.pensieve.common that return MatchType Modifier and Type Method Description MatchTypeTmHit. getMatchType()Get the Tmhit'sMatchTypeMethods in net.sf.okapi.tm.pensieve.common with parameters of type MatchType Modifier and Type Method Description voidTmHit. setMatchType(MatchType matchType)Set the Tmhit'sMatchTypeConstructors in net.sf.okapi.tm.pensieve.common with parameters of type MatchType Constructor Description TmHit(TranslationUnit tu, MatchType matchType, float score)Create a new TmHit.
-