ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     3
X}                 @   sh   d Z G dd deZG dd deZG dd deZG dd deZG d	d
 d
eZG dd deZdS )zr
All of the Enums that are used throughout the chardet package.

:author: Dan Blanchard (dan.blanchard@gmail.com)
c               @   s   e Zd ZdZdZdZdZdS )
InputStatezS
    This enum represents the different states a universal detector can be in.
              N)__name__
__module____qualname____doc__Z
PURE_ASCIIZ	ESC_ASCIIZ	HIGH_BYTE r	   r	   /usr/lib/python3.6/enums.pyr      s   r   c               @   s<   e Zd ZdZdZdZdZdZdZdZ	eeB Z
e
eB eB ZdS )	LanguageFilterzj
    This enum represents the different language filters we can apply to a
    ``UniversalDetector``.
    r   r               N)r   r   r   r   ZCHINESE_SIMPLIFIEDZCHINESE_TRADITIONALZJAPANESEZKOREANZNON_CJKZALLZCHINESEZCJKr	   r	   r	   r
   r      s   r   c               @   s   e Zd ZdZdZdZdZdS )ProbingStatezG
    This enum represents the different states a prober can be in.
    r   r   r   N)r   r   r   r   Z	DETECTINGZFOUND_ITZNOT_MEr	   r	   r	   r
   r       s   r   c               @   s   e Zd ZdZdZdZdZdS )MachineStatezN
    This enum represents the different states a state machine can be in.
    r   r   r   N)r   r   r   r   ZSTARTZERRORZITS_MEr	   r	   r	   r
   r   )   s   r   c               @   s,   e Zd ZdZdZdZdZdZedd Z	dS )	SequenceLikelihoodzX
    This enum represents the likelihood of a character following the previous one.
    r   r   r      c             C   s   dS )z::returns: The number of likelihood categories in the enum.r   r	   )clsr	   r	   r
   get_num_categories;   s    z%SequenceLikelihood.get_num_categoriesN)
r   r   r   r   ZNEGATIVEZUNLIKELYZLIKELYZPOSITIVEclassmethodr   r	   r	   r	   r
   r   2   s   r   c               @   s$   e Zd ZdZdZdZdZdZdZdS )CharacterCategoryz
    This enum represents the different categories language models for
    ``SingleByteCharsetProber`` put characters into.

    Anything less than CONTROL is considered a letter.
                   N)	r   r   r   r   Z	UNDEFINEDZ
LINE_BREAKZSYMBOLZDIGITZCONTROLr	   r	   r	   r
   r   A   s   r   N)r   objectr   r   r   r   r   r   r	   r	   r	   r
   <module>   s   			