We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b799ee3 commit 75cc308Copy full SHA for 75cc308
1 file changed
udapi/block/ud/cs/addmwt.py
@@ -18,6 +18,9 @@
18
'kdybychme': {'form': 'když bychme', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Plur|Person=1|VerbForm=Fin'},
19
'abyste': {'form': 'aby byste', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Plur|Person=2|VerbForm=Fin'},
20
'kdybyste': {'form': 'když byste', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Plur|Person=2|VerbForm=Fin'},
21
+ # Old Czech 'abyšta' == dual number; 2nd or 3rd person, the one example in data so far is 3rd.
22
+ 'abyšta': {'form': 'aby byšta', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Dual|Person=3|VerbForm=Fin'},
23
+ 'kdybyšta': {'form': 'když byšta', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Dual|Person=3|VerbForm=Fin'},
24
}
25
for v in MWTS.values():
26
v['upos'] = 'SCONJ AUX'
0 commit comments