Class ThaiModel
- java.lang.Object
-
- org.mozilla.universalchardet.prober.sequence.SequenceModel
-
- org.mozilla.universalchardet.prober.sequence.ThaiModel
-
public class ThaiModel extends SequenceModel
-
-
Field Summary
Fields Modifier and Type Field Description private static short[]
thaiCharToOrderMap
private static byte[]
thaiLangModel
static float
TYPICAL_POSITIVE_RATIO
-
Fields inherited from class org.mozilla.universalchardet.prober.sequence.SequenceModel
charsetName, charToOrderMap, keepEnglishLetter, precedenceMatrix, typicalPositiveRatio
-
-
Constructor Summary
Constructors Constructor Description ThaiModel()
-
Method Summary
-
Methods inherited from class org.mozilla.universalchardet.prober.sequence.SequenceModel
getCharsetName, getKeepEnglishLetter, getOrder, getPrecedence, getTypicalPositiveRatio
-
-
-
-
Field Detail
-
TYPICAL_POSITIVE_RATIO
public static final float TYPICAL_POSITIVE_RATIO
- See Also:
- Constant Field Values
-
thaiCharToOrderMap
private static final short[] thaiCharToOrderMap
-
thaiLangModel
private static final byte[] thaiLangModel
-
-