Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
pip._vendor.chardet.enums.LanguageFilter Class Reference
Inheritance diagram for pip._vendor.chardet.enums.LanguageFilter:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.chardet.enums.LanguageFilter:
Collaboration graph
[legend]

Static Public Attributes

int NONE = 0x00
 
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
 

Detailed Description

This enum represents the different language filters we can apply to a
``UniversalDetector``.

The documentation for this class was generated from the following file: