
    Vh                         d dl Z d dlZd dlZd dlmZ d dlmZ d dlmZ e j                  d        Z
 G d dej                        Zy)    N)StringIO)	gutenberg)Textc              #      K   | t         _        	 |  t         j                  t         _        y # t         j                  t         _        w xY wwN)sysstdout
__stdout__)wheres    O/home/dcms/DCMS/lib/python3.12/site-packages/nltk/test/unit/test_concordance.pystdout_redirectr   
   s-     CJ$^^
S^^
s   A- AAAc                   T    e Zd ZdZed        Zed        Zd Zd Zd Z	d Z
d Zd	 Zy
)TestConcordancez;Text constructed using: https://www.nltk.org/book/ch01.htmlc                 8    t        j                  d      | _        y )Nzmelville-moby_dick.txt)r   wordscorpusclss    r   
setUpClasszTestConcordance.setUpClass   s    __%=>
    c                      y r    r   s    r   tearDownClasszTestConcordance.tearDownClass   s    r   c                 n    t        t        j                        | _        d| _        d | _        g d| _        y )N	monstrous)zOong the former , one was of a most monstrous size . ... This came towards us , zOON OF THE PSALMS . " Touching that monstrous bulk of the whale or ork we have rzOll over with a heathenish array of monstrous clubs and spears . Some were thickzOd as you gazed , and wondered what monstrous cannibal and savage could ever havzOthat has survived the flood ; most monstrous and most mountainous ! That HimmalzOthey might scout at Moby Dick as a monstrous fable , or still worse and more dezOth of Radney .'" CHAPTER 55 Of the Monstrous Pictures of Whales . I shall ere lzOing Scenes . In connexion with the monstrous pictures of whales , I am stronglyzOere to enter upon those still more monstrous stories of them which are to be fozOght have been rummaged out of this monstrous cabinet there is no telling . But zOof Whale - Bones ; for Whales of a monstrous size are oftentimes cast up dead u)r   r   r   textquerymaxDifflist_outselfs    r   setUpzTestConcordance.setUp   s+    //0	 

r   c                      y r   r   r    s    r   tearDownzTestConcordance.tearDown0   s    r   c                     | j                   j                  | j                        }| j                  | j                  |D cg c]  }|j
                   c}       y c c}w r   r   concordance_listr   assertEqualr   liner!   concordance_outcs      r   test_concordance_listz%TestConcordance.test_concordance_list3   s@    ))44TZZ@(IA(IJ(Is    A
c                     g d}| j                   j                  | j                  d      }| j                  ||D cg c]  }|j                   c}       y c c}w )N)r   r   r   r   r   r   	Monstrousr   r   r   r   r   )width)r   r'   r   r(   )r!   r   r+   r,   s       r   test_concordance_widthz&TestConcordance.test_concordance_width7   sJ    
 ))44TZZq4I_#EAGG#EF#Es   A
c                     | j                   j                  | j                  d      }| j                  | j                  d d |D cg c]  }|j
                   c}       y c c}w )N   )linesr&   r*   s      r   test_concordance_linesz&TestConcordance.test_concordance_linesI   sL    ))44TZZq4Ir*_,MQVV,MN,Ms   A 
c                     d}t        t                     5 }| j                  j                  | j                         d d d        d }| j                   ||       |j                                      y # 1 sw Y   9xY w)Na  Displaying 11 of 11 matches:
        ong the former , one was of a most monstrous size . ... This came towards us ,
        ON OF THE PSALMS . " Touching that monstrous bulk of the whale or ork we have r
        ll over with a heathenish array of monstrous clubs and spears . Some were thick
        d as you gazed , and wondered what monstrous cannibal and savage could ever hav
        that has survived the flood ; most monstrous and most mountainous ! That Himmal
        they might scout at Moby Dick as a monstrous fable , or still worse and more de
        th of Radney .'" CHAPTER 55 Of the Monstrous Pictures of Whales . I shall ere l
        ing Scenes . In connexion with the monstrous pictures of whales , I am strongly
        ere to enter upon those still more monstrous stories of them which are to be fo
        ght have been rummaged out of this monstrous cabinet there is no telling . But
        of Whale - Bones ; for Whales of a monstrous size are oftentimes cast up dead u
        c                 &    | j                  dd      S )N  )replace)raw_strs    r   strip_spacez;TestConcordance.test_concordance_print.<locals>.strip_space_   s    ??3++r   )r   r   r   concordancer   r(   getvalue)r!   	print_outr	   r<   s       r   test_concordance_printz&TestConcordance.test_concordance_printM   sj    	 XZ( 	.FII!!$**-	.	, 	Y/V__=N1OP	. 	.s   &A44A=N)__name__
__module____qualname____doc__classmethodr   r   r"   r$   r-   r1   r5   r@   r   r   r   r   r      sM    E? ?  
$KG$OQr   r   )
contextlibr   unittestior   nltk.corpusr   	nltk.textr   contextmanagerr   TestCaser   r   r   r   <module>rM      sG     
   !  $ $OQh'' OQr   