Class TrigramConsts
java.lang.Object
com.aquima.interactions.matching.impl.functions.trigram.TrigramConsts
This class contains several static defines and utility methods that are used by the trigram match.
- Since:
- 6.2
- Author:
- O. Kerpershoek, F. van der Meer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
protected static final int
-
Method Summary
Modifier and TypeMethodDescriptionprotected static int
getMatchExt
(int t) protected static int
getMatchType
(int t) protected static int
trigramCount
(int n) protected static int
trigramIncr
(int n) protected static int
trigramValue
(int n)
-
Field Details
-
FS_MATCH_LEFT
protected static final int FS_MATCH_LEFT- See Also:
-
FS_MATCH_RIGHT
protected static final int FS_MATCH_RIGHT- See Also:
-
FS_MATCH_AVER
protected static final int FS_MATCH_AVER- See Also:
-
FS_MATCH_BOTH
protected static final int FS_MATCH_BOTH- See Also:
-
FS_DELTA_RIGHT
protected static final int FS_DELTA_RIGHT- See Also:
-
FS_DELTA_LEFT
protected static final int FS_DELTA_LEFT- See Also:
-
FS_DELTA_BOTH
protected static final int FS_DELTA_BOTH- See Also:
-
FS_MATCH_NONE
protected static final int FS_MATCH_NONE- See Also:
-
FS_MATCH_FIRST
protected static final int FS_MATCH_FIRST- See Also:
-
FS_MATCH_SECOND
protected static final int FS_MATCH_SECOND- See Also:
-
FS_MATCH_MASK
protected static final int FS_MATCH_MASK- See Also:
-
-
Method Details