OpenQuizz
Une application de gestion des contenus pédagogiques
|
Static Public Attributes | |
int | CHINESE_SIMPLIFIED = 0x01 |
int | CHINESE_TRADITIONAL = 0x02 |
int | JAPANESE = 0x04 |
int | KOREAN = 0x08 |
int | NON_CJK = 0x10 |
int | ALL = 0x1F |
int | CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL |
int | CJK = CHINESE | JAPANESE | KOREAN |
This enum represents the different language filters we can apply to a ``UniversalDetector``.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |