a linref for verbs which shows P3 Sg

This commit is contained in:
Krasimir Angelov
2025-08-29 13:11:25 +02:00
parent 1cd582a322
commit 52b6305cf2

View File

@@ -124,5 +124,7 @@ concrete CatHun of Cat = CommonX - [Adv] ** open ResHun, Prelude in {
linref
CN = linCN ;
NP = linNP ;
V,VS,VQ,VA = \v -> v.s ! VPres P3 Sg ;
V2,V3,V2S,V2Q,V2A = \v -> v.s ! Indef ! VPres P3 Sg ;
}