Package org.omegat.core.matching
Class NearString.Scores
java.lang.Object
org.omegat.core.matching.NearString.Scores
- Enclosing class:
- NearString
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intadjusted similarity score for match including all tokensfinal intpenalty of the matchfinal intfinal intsimilarity score for match without non-word tokens -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
score
public final int score -
scoreNoStem
public final int scoreNoStemsimilarity score for match without non-word tokens -
adjustedScore
public final int adjustedScoreadjusted similarity score for match including all tokens -
penalty
public final int penaltypenalty of the match
-
-
Constructor Details
-
Scores
public Scores(int score, int scoreNoStem, int adjustedScore) -
Scores
public Scores(int score, int scoreNoStem, int adjustedScore, int penalty)
-
-
Method Details