Class SequenceModel
- java.lang.Object
-
- org.mozilla.universalchardet.prober.sequence.SequenceModel
-
- Direct Known Subclasses:
BulgarianModel
,CyrillicModel
,GreekModel
,HebrewModel
public abstract class SequenceModel extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
charsetName
protected short[]
charToOrderMap
protected boolean
keepEnglishLetter
protected byte[]
precedenceMatrix
protected float
typicalPositiveRatio
-
Constructor Summary
Constructors Constructor Description SequenceModel(short[] charToOrderMap, byte[] precedenceMatrix, float typicalPositiveRatio, boolean keepEnglishLetter, java.lang.String charsetName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCharsetName()
boolean
getKeepEnglishLetter()
short
getOrder(byte b)
byte
getPrecedence(int pos)
float
getTypicalPositiveRatio()
-