o
    –hÝ	  ã                   @   sŠ   d Z ddlZddlmZ ejjejjgZd ¡  	d¡Z
d ¡  	d¡Zd ¡  	d¡Zd ¡  	d¡Zd	 ¡  	d¡Zd
d„ Zdd„ Zdd„ ZdS )zE
Test conllu manipulating routines in stanza/utils/dataset/common.py
é    N)Úmaybe_add_fake_dependenciesaw  
# text = Sh'reyan's antennae are hella thicc
1	Sh'reyan	Sh'reyan	PROPN	NNP	Number=Sing	3	nmod:poss	3:nmod:poss	SpaceAfter=No
2	's	's	PART	POS	_	1	case	1:case	_
3	antennae	antenna	NOUN	NNS	Number=Plur	6	nsubj	6:nsubj	_
4	are	be	VERB	VBP	Mood=Ind|Tense=Pres|VerbForm=Fin	6	cop	6:cop	_
5	hella	hella	ADV	RB	_	6	advmod	6:advmod	_
6	thicc	thicc	ADJ	JJ	Degree=Pos	0	root	0:root	_
Ú
aA  
# text = Sh'reyan's antennae are hella thicc
1	Sh'reyan	Sh'reyan	PROPN	NNP	Number=Sing	_	_	_	SpaceAfter=No
2	's	's	PART	POS	_	_	_	_	_
3	antennae	antenna	NOUN	NNS	Number=Plur	_	_	_	_
4	are	be	VERB	VBP	Mood=Ind|Tense=Pres|VerbForm=Fin	_	_	_	_
5	hella	hella	ADV	RB	_	_	_	_	_
6	thicc	thicc	ADJ	JJ	Degree=Pos	0	root	0:root	_
aK  
# text = Sh'reyan's antennae are hella thicc
1	Sh'reyan	Sh'reyan	PROPN	NNP	Number=Sing	6	dep	_	SpaceAfter=No
2	's	's	PART	POS	_	1	dep	_	_
3	antennae	antenna	NOUN	NNS	Number=Plur	1	dep	_	_
4	are	be	VERB	VBP	Mood=Ind|Tense=Pres|VerbForm=Fin	1	dep	_	_
5	hella	hella	ADV	RB	_	1	dep	_	_
6	thicc	thicc	ADJ	JJ	Degree=Pos	0	root	0:root	_
a9  
# text = Sh'reyan's antennae are hella thicc
1	Sh'reyan	Sh'reyan	PROPN	NNP	Number=Sing	_	_	_	SpaceAfter=No
2	's	's	PART	POS	_	_	_	_	_
3	antennae	antenna	NOUN	NNS	Number=Plur	_	_	_	_
4	are	be	VERB	VBP	Mood=Ind|Tense=Pres|VerbForm=Fin	_	_	_	_
5	hella	hella	ADV	RB	_	_	_	_	_
6	thicc	thicc	ADJ	JJ	Degree=Pos	_	_	_	_
aF  
# text = Sh'reyan's antennae are hella thicc
1	Sh'reyan	Sh'reyan	PROPN	NNP	Number=Sing	0	root	_	SpaceAfter=No
2	's	's	PART	POS	_	1	dep	_	_
3	antennae	antenna	NOUN	NNS	Number=Plur	1	dep	_	_
4	are	be	VERB	VBP	Mood=Ind|Tense=Pres|VerbForm=Fin	1	dep	_	_
5	hella	hella	ADV	RB	_	1	dep	_	_
6	thicc	thicc	ADJ	JJ	Degree=Pos	1	dep	_	_
c                  C   s   t tƒ} | tks
J ‚d S ©N)r   ÚDEPS_EXAMPLE©Úresult© r   ú\/var/www/html/env_mimamsha/lib/python3.10/site-packages/stanza/tests/datasets/test_common.pyÚtest_fake_deps_no_changeA   ó   r
   c                  C   ó   t tƒ} | tks
J ‚d S r   )r   ÚNO_DEPS_EXAMPLEÚNO_DEPS_EXPECTEDr   r   r   r	   Útest_fake_deps_all_tokensE   r   r   c                  C   r   r   )r   ÚONLY_ROOT_EXAMPLEÚONLY_ROOT_EXPECTEDr   r   r   r	   Útest_fake_deps_only_rootJ   r   r   )Ú__doc__ÚpytestÚstanza.utils.datasets.commonr   ÚmarkÚtravisÚpipelineÚ
pytestmarkÚstripÚsplitr   r   r   r   r   r
   r   r   r   r   r   r	   Ú<module>   s,    
ø
ø

ø

ø

ø