B
    .(b                 @   s0   d dl mZ d dlmZ d dlmZ dd ZdS )    )unicode_literals)
parse_deps)Docc             C   s.   t | ddgd}d|_t |jd< t| dS )z^Test that displaCy doesn't serialize the doc.user_data when making a
    copy of the Doc.
    ZHelloZworld)wordsTtestN)r   Z	is_parsedset	user_datar   )Zen_vocabdoc r
   T/home/dcms/DCMS/lib/python3.7/site-packages/spacy/tests/regression/test_issue3882.pytest_issue3882   s    r   N)
__future__r   Zspacy.displacyr   Zspacy.tokensr   r   r
   r
   r
   r   <module>   s   