chardetΒΆ
- chardet package
- Submodules
- chardet.big5freq module
- chardet.big5prober module
- chardet.chardetect module
- chardet.chardistribution module
Big5DistributionAnalysis
CharDistributionAnalysis
CharDistributionAnalysis.ENOUGH_DATA_THRESHOLD
CharDistributionAnalysis.MINIMUM_DATA_THRESHOLD
CharDistributionAnalysis.SURE_NO
CharDistributionAnalysis.SURE_YES
CharDistributionAnalysis.feed()
CharDistributionAnalysis.get_confidence()
CharDistributionAnalysis.get_order()
CharDistributionAnalysis.got_enough_data()
CharDistributionAnalysis.reset()
EUCJPDistributionAnalysis
EUCKRDistributionAnalysis
EUCTWDistributionAnalysis
GB2312DistributionAnalysis
JOHABDistributionAnalysis
SJISDistributionAnalysis
- chardet.charsetgroupprober module
- chardet.charsetprober module
- chardet.codingstatemachine module
- chardet.compat module
- chardet.constants module
- chardet.cp949prober module
- chardet.escprober module
- chardet.escsm module
- chardet.eucjpprober module
- chardet.euckrfreq module
- chardet.euckrprober module
- chardet.euctwfreq module
- chardet.euctwprober module
- chardet.gb2312freq module
- chardet.gb2312prober module
- chardet.hebrewprober module
HebrewProber
HebrewProber.FINAL_KAF
HebrewProber.FINAL_MEM
HebrewProber.FINAL_NUN
HebrewProber.FINAL_PE
HebrewProber.FINAL_TSADI
HebrewProber.LOGICAL_HEBREW_NAME
HebrewProber.MIN_FINAL_CHAR_DISTANCE
HebrewProber.MIN_MODEL_DISTANCE
HebrewProber.NORMAL_KAF
HebrewProber.NORMAL_MEM
HebrewProber.NORMAL_NUN
HebrewProber.NORMAL_PE
HebrewProber.NORMAL_TSADI
HebrewProber.SPACE
HebrewProber.VISUAL_HEBREW_NAME
HebrewProber.charset_name
HebrewProber.feed()
HebrewProber.is_final()
HebrewProber.is_non_final()
HebrewProber.language
HebrewProber.reset()
HebrewProber.set_model_probers()
HebrewProber.state
- chardet.jisfreq module
- chardet.jpcntx module
EUCJPContextAnalysis
JapaneseContextAnalysis
JapaneseContextAnalysis.DONT_KNOW
JapaneseContextAnalysis.ENOUGH_REL_THRESHOLD
JapaneseContextAnalysis.MAX_REL_THRESHOLD
JapaneseContextAnalysis.MINIMUM_DATA_THRESHOLD
JapaneseContextAnalysis.NUM_OF_CATEGORY
JapaneseContextAnalysis.feed()
JapaneseContextAnalysis.get_confidence()
JapaneseContextAnalysis.get_order()
JapaneseContextAnalysis.got_enough_data()
JapaneseContextAnalysis.reset()
SJISContextAnalysis
- chardet.langbulgarianmodel module
- chardet.langcyrillicmodel module
- chardet.langgreekmodel module
- chardet.langhebrewmodel module
- chardet.langhungarianmodel module
- chardet.langthaimodel module
- chardet.latin1prober module
- chardet.mbcharsetprober module
- chardet.mbcsgroupprober module
- chardet.mbcssm module
- chardet.sbcharsetprober module
SingleByteCharSetModel
SingleByteCharSetProber
SingleByteCharSetProber.NEGATIVE_SHORTCUT_THRESHOLD
SingleByteCharSetProber.POSITIVE_SHORTCUT_THRESHOLD
SingleByteCharSetProber.SAMPLE_SIZE
SingleByteCharSetProber.SB_ENOUGH_REL_THRESHOLD
SingleByteCharSetProber.charset_name
SingleByteCharSetProber.feed()
SingleByteCharSetProber.get_confidence()
SingleByteCharSetProber.language
SingleByteCharSetProber.reset()
- chardet.sbcsgroupprober module
- chardet.sjisprober module
- chardet.universaldetector module
UniversalDetector
UniversalDetector.ESC_DETECTOR
UniversalDetector.HIGH_BYTE_DETECTOR
UniversalDetector.ISO_WIN_MAP
UniversalDetector.LEGACY_MAP
UniversalDetector.MINIMUM_THRESHOLD
UniversalDetector.WIN_BYTE_DETECTOR
UniversalDetector.charset_probers
UniversalDetector.close()
UniversalDetector.feed()
UniversalDetector.has_win_bytes
UniversalDetector.input_state
UniversalDetector.reset()
- chardet.utf8prober module
- Module contents
UniversalDetector
UniversalDetector.ESC_DETECTOR
UniversalDetector.HIGH_BYTE_DETECTOR
UniversalDetector.ISO_WIN_MAP
UniversalDetector.LEGACY_MAP
UniversalDetector.MINIMUM_THRESHOLD
UniversalDetector.WIN_BYTE_DETECTOR
UniversalDetector.charset_probers
UniversalDetector.close()
UniversalDetector.feed()
UniversalDetector.has_win_bytes
UniversalDetector.input_state
UniversalDetector.reset()
UniversalDetector.result
detect()
detect_all()