OpenQuizz
Une application de gestion des contenus pédagogiques
chardet.latin1prober Namespace Reference

Data Structures

class  Latin1Prober
 

Variables

int FREQ_CAT_NUM = 4
 
int UDF = 0
 
int OTH = 1
 
int ASC = 2
 
int ASS = 3
 
int ACV = 4
 
int ACO = 5
 
int ASV = 6
 
int ASO = 7
 
int CLASS_NUM = 8
 
tuple Latin1_CharToClass
 
tuple Latin1ClassModel
 

Variable Documentation

◆ ACO

int ACO = 5

◆ ACV

int ACV = 4

◆ ASC

int ASC = 2

◆ ASO

int ASO = 7

◆ ASS

int ASS = 3

◆ ASV

int ASV = 6

◆ CLASS_NUM

int CLASS_NUM = 8

◆ FREQ_CAT_NUM

int FREQ_CAT_NUM = 4

◆ Latin1_CharToClass

tuple Latin1_CharToClass

◆ Latin1ClassModel

tuple Latin1ClassModel
Initial value:
1 = (
2 # UDF OTH ASC ASS ACV ACO ASV ASO
3  0, 0, 0, 0, 0, 0, 0, 0, # UDF
4  0, 3, 3, 3, 3, 3, 3, 3, # OTH
5  0, 3, 3, 3, 3, 3, 3, 3, # ASC
6  0, 3, 3, 3, 1, 1, 3, 3, # ASS
7  0, 3, 3, 3, 1, 2, 1, 2, # ACV
8  0, 3, 3, 3, 3, 3, 3, 3, # ACO
9  0, 3, 1, 3, 1, 1, 1, 3, # ASV
10  0, 3, 1, 3, 1, 1, 3, 3, # ASO
11 )

◆ OTH

int OTH = 1

◆ UDF

int UDF = 0