
    @[hS                         d Z  G d d          Z G d d          Z G d d          Z G d d          Z G d	 d
          Z G d d          ZdS )zr
All of the Enums that are used throughout the chardet package.

:author: Dan Blanchard (dan.blanchard@gmail.com)
c                       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__
PURE_ASCII	ESC_ASCII	HIGH_BYTE     h/var/www/api.easyaligner.net/htdocs/venv_linux/lib/python3.11/site-packages/pip/_vendor/chardet/enums.pyr   r      s)          JIIIIr   r   c                   D    e Zd ZdZdZdZdZdZdZdZ	eez  Z
e
ez  ez  ZdS )	LanguageFilterzj
    This enum represents the different language filters we can apply to a
    ``UniversalDetector``.
    r   r               N)r   r   r	   r
   CHINESE_SIMPLIFIEDCHINESE_TRADITIONALJAPANESEKOREANNON_CJKALLCHINESECJKr   r   r   r   r      sT         
 HFG
C #66G
H
v
%CCCr   r   c                       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
   	DETECTINGFOUND_ITNOT_MEr   r   r   r    r    "   s)          IHFFFr   r    c                       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
   STARTERRORITS_MEr   r   r   r%   r%   ,   s)          EEFFFr   r%   c                   8    e Zd ZdZdZdZdZdZed             Z	dS )SequenceLikelihoodzX
    This enum represents the likelihood of a character following the previous one.
    r   r   r      c                     dS )z::returns: The number of likelihood categories in the enum.r   r   )clss    r   get_num_categoriesz%SequenceLikelihood.get_num_categories@   s	     qr   N)
r   r   r	   r
   NEGATIVEUNLIKELYLIKELYPOSITIVEclassmethodr.   r   r   r   r*   r*   6   sM          HHFH  [  r   r*   c                   &    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
   	UNDEFINED
LINE_BREAKSYMBOLDIGITCONTROLr   r   r   r5   r5   F   s3          IJFEGGGr   r5   N)r
   r   r   r    r%   r*   r5   r   r   r   <module>r@      s	          & & & & & & & &                                r   