(Hun) Add pronouns

This commit is contained in:
Inari Listenmaa
2020-03-30 15:18:58 +02:00
parent ef0cca5463
commit cd73fe958e
2 changed files with 70 additions and 10 deletions
+2 -2
View File
@@ -12,13 +12,13 @@ concrete NounHun of Noun = CatHun ** open ResHun, Prelude in {
agr = <P3,det.n> ;
} ;
{-
-- : PN -> NP ;
UsePN pn = pn ** {} ;
UsePN pn = pn ;
-- : Pron -> NP ;
UsePron pron = pron ;
{-
-- : Predet -> NP -> NP ; -- only the man
PredetNP predet np = np ** {s = } ;