o
    i                     @   s2   d dl Z d dlZd dlmZ G dd de jZdS )    N)pl196xc                   @   s   e Zd Zdd ZdS )TestCorpusViewsc                 C   s4   t jd}tj|dddd}|j| dd d S )Nzcorpora/pl196xz.*\.xmlztextids.txtzcats.txt)textidscat_file)fileids
categories)nltkdatafindr   Pl196xCorpusReadertagged_wordsr   )self
pl196x_dirpl r   U/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/nltk/test/unit/test_pl196x.pytest_corpus_reader   s
   z"TestCorpusViews.test_corpus_readerN)__name__
__module____qualname__r   r   r   r   r   r      s    r   )unittestr   nltk.corpus.readerr   TestCaser   r   r   r   r   <module>   s    