| 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 |
| Modifier and Type | Method and Description |
|---|---|
MatchType |
AltTranslation.getType()
Gets the type of this alternate translation.
|
| Modifier and Type | Method and Description |
|---|---|
AltTranslation |
AltTranslationsAnnotation.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.
|
AltTranslation |
AltTranslationsAnnotation.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.
|
void |
AltTranslation.setType(MatchType type)
Sets the match type of this alternate translation.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
MatchType |
QueryResult.matchType
MatchType of this result. |
| Modifier and Type | Method and Description |
|---|---|
static MatchType |
MatchType.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GMXRepetitionMatchedWordCountStep.accept(MatchType type) |
protected boolean |
GMXLeveragedMatchedWordCountStep.accept(MatchType type) |
protected boolean |
GMXFuzzyMatchWordCountStep.accept(MatchType type) |
protected boolean |
GMXExactMatchedWordCountStep.accept(MatchType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PhraseAssembledWordCountStep.accept(MatchType type) |
protected boolean |
MTWordCountStep.accept(MatchType type) |
protected boolean |
FuzzyUniqueIdMatchWordCountStep.accept(MatchType type) |
protected boolean |
FuzzyRepairedWordCountStep.accept(MatchType type) |
protected boolean |
FuzzyPreviousVersionMatchWordCountStep.accept(MatchType type) |
protected boolean |
FuzzyMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactUniqueIdMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactTextOnlyWordCountStep.accept(MatchType type) |
protected boolean |
ExactTextOnlyUniqueIdMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactTextOnlyPreviousVersionMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactStructuralMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactRepairedWordCountStep.accept(MatchType type) |
protected boolean |
ExactPreviousVersionMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactLocalContextMatchWordCountStep.accept(MatchType type) |
protected boolean |
ExactDocumentContextMatchWordCountStep.accept(MatchType type) |
protected boolean |
ConcordanceWordCountStep.accept(MatchType type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AltAnnotationBasedCountStep.accept(MatchType type) |
| Modifier and Type | Method and Description |
|---|---|
MatchType |
TmHit.getMatchType()
Get the Tmhit's
MatchType |
| Modifier and Type | Method and Description |
|---|---|
void |
TmHit.setMatchType(MatchType matchType)
Set the Tmhit's
MatchType |
| Constructor and Description |
|---|
TmHit(TranslationUnit tu,
MatchType matchType,
float score)
Create a new TmHit.
|
Copyright © 2021. All rights reserved.