ó
aËTc           @   sZ   d  d l  m Z d  d l m Z d  d l m Z d  d l m Z d e f d „  ƒ  YZ d S(   i   (   t   MultiByteCharSetProber(   t   CodingStateMachine(   t   Big5DistributionAnalysis(   t   Big5SMModelt
   Big5Proberc           B   s   e  Z d  „  Z d „  Z RS(   c         C   s6   t  j |  ƒ t t ƒ |  _ t ƒ  |  _ |  j ƒ  d  S(   N(   R    t   __init__R   R   t
   _mCodingSMR   t   _mDistributionAnalyzert   reset(   t   self(    (    s6   /usr/lib/python2.7/dist-packages/chardet/big5prober.pyR   #   s    c         C   s   d S(   Nt   Big5(    (   R	   (    (    s6   /usr/lib/python2.7/dist-packages/chardet/big5prober.pyt   get_charset_name)   s    (   t   __name__t
   __module__R   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/chardet/big5prober.pyR   "   s   	N(	   t   mbcharsetproberR    t   codingstatemachineR   t   chardistributionR   t   mbcssmR   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/chardet/big5prober.pyt   <module>   s   