1
0
forked from GitHub/gf-rgl

added missing bits and pieces

This commit is contained in:
Krasimir Angelov
2025-08-12 11:13:29 +02:00
parent 1308eb85d9
commit 145e1affe9
5 changed files with 86 additions and 8 deletions
+2 -2
View File
@@ -121,12 +121,12 @@ lin under_Prep = nomAdp "alatt" ;
-- Pron
-- Pronouns are closed class, no constructor in ParadigmsHun.
-- it_Pron =
i_Pron = pronTable ! <P1,Sg> ;
youPol_Pron,
youSg_Pron = pronTable ! <P2,Sg> ;
he_Pron,
she_Pron = pronTable ! <P3,Sg> ;
she_Pron,
it_Pron = pronTable ! <P3,Sg> ;
we_Pron = pronTable ! <P1,Pl> ;
youPl_Pron = pronTable ! <P2,Pl> ;
they_Pron = pronTable ! <P3,Pl> ;