Skip to content

Commit 75cc308

Browse files
committed
Old Czech "abyšta", "kdybyšta".
1 parent b799ee3 commit 75cc308

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

udapi/block/ud/cs/addmwt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
'kdybychme': {'form': 'když bychme', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Plur|Person=1|VerbForm=Fin'},
1919
'abyste': {'form': 'aby byste', 'feats': '_ Aspect=Imp|Mood=Cnd|Number=Plur|Person=2|VerbForm=Fin'},
2020
'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'},
2124
}
2225
for v in MWTS.values():
2326
v['upos'] = 'SCONJ AUX'

0 commit comments

Comments
 (0)