B
    .(äbú  ã               @   s    d dl mZ d dlZdd„ ZdS )é    )Úunicode_literalsNc          	   C   s2   | dƒ}d|_ t t¡ t|jƒ W dQ R X dS )zíTest that noun_chunks raises Value Error for 'de' language if Doc is not parsed.
    To check this test, we're constructing a Doc
    with a new Vocab here and forcing is_parsed to 'False'
    to make sure the noun chunks don't run.
    zEr lag auf seinemFN)Z	is_parsedÚpytestZraisesÚ
ValueErrorÚlistZnoun_chunks)Zde_tokenizerÚdoc© r   úS/home/dcms/DCMS/lib/python3.7/site-packages/spacy/tests/lang/de/test_noun_chunks.pyÚtest_noun_chunks_is_parsed_de   s    r	   )Ú
__future__r   r   r	   r   r   r   r   Ú<module>   s   