mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
(Hun) Add pronouns
This commit is contained in:
@@ -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 = } ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user