We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b3a76 commit 4694a5bCopy full SHA for 4694a5b
udapi/block/ud/cs/addmwt.py
@@ -91,6 +91,18 @@ def multiword_analysis(self, node):
91
'main': 0,
92
'shape': 'subtree' if node.upos in ['VERB'] else 'siblings',
93
}
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
+ }
106
if subtokens[1] == 'i':
107
node.misc['AddMwt'] = ''
108
return {
0 commit comments