
    kh                         d Z  G d de      ZeZ G d de      ZeZ G d de      Z G d de      Z G d	 d
e      Z G d de      Z	y)aG  
Looks like you are missing some required data for this feature.

To download the necessary data, simply run

    python -m textblob.download_corpora

or use the NLTK downloader to download the missing data: http://nltk.org/data.html
If this doesn't fix the problem, file an issue at https://github.com/sloria/TextBlob/issues.
c                       e Zd ZdZy)TextBlobErrorzA TextBlob-related error.N__name__
__module____qualname____doc__     O/opt/mcp/mcp-sentiment/venv/lib/python3.12/site-packages/textblob/exceptions.pyr   r      s    #r
   r   c                   &     e Zd ZdZef fd	Z xZS )MissingCorpusErrorzException thrown when a user tries to use a feature that requires a
    dataset or model that the user does not have on their system.
    c                 ,    t        |   |g|i | y )N)super__init__)selfmessageargskwargs	__class__s       r   r   zMissingCorpusError.__init__   s    24262r
   )r   r   r   r   MISSING_CORPUS_MESSAGEr   __classcell__)r   s   @r   r   r      s      6 3 3r
   r   c                       e Zd ZdZy)DeprecationErrorz+Raised when user uses a deprecated feature.Nr   r	   r
   r   r   r   "   s    5r
   r   c                       e Zd ZdZy)TranslatorErrorzERaised when an error occurs during language translation or detection.Nr   r	   r
   r   r   r   (   s    Or
   r   c                       e Zd ZdZy)NotTranslatedz~Raised when text is unchanged after translation. This may be due to the language
    being unsupported by the translator.
    Nr   r	   r
   r   r   r   .   s     	r
   r   c                       e Zd ZdZy)FormatErrorzKRaised if a data file with an unsupported format is passed to a classifier.Nr   r	   r
   r   r   r   6   s    Ur
   r   N)
r   	Exceptionr   TextBlobExceptionr   MissingCorpusExceptionr   r   r   r   r	   r
   r   <module>r#      se   	 	I 	 " 3 3 , 	} 		m 		O 		- 	r
   