Skip to content

Commit 4694a5b

Browse files
committed
"ješto" + "jest"
1 parent 89b3a76 commit 4694a5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

udapi/block/ud/cs/addmwt.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ def multiword_analysis(self, node):
9191
'main': 0,
9292
'shape': 'subtree' if node.upos in ['VERB'] else 'siblings',
9393
}
94+
if subtokens[1] == 'jest':
95+
node.misc['AddMwt'] = ''
96+
return {
97+
'form': subtokens[0] + ' jest',
98+
'lemma': '* být',
99+
'upos': '* AUX',
100+
'xpos': '* VB-S---3P-AAI-2',
101+
'feats': '* Aspect=Imp|Mood=Ind|Number=Sing|Person=3|Polarity=Pos|Tense=Pres|VerbForm=Fin|Voice=Act',
102+
'deprel': '* aux',
103+
'main': 0,
104+
'shape': 'subtree' if node.upos in ['VERB'] else 'siblings',
105+
}
94106
if subtokens[1] == 'i':
95107
node.misc['AddMwt'] = ''
96108
return {

0 commit comments

Comments
 (0)