1
0
forked from GitHub/gf-rgl

elements of syntax for nouns phrases

This commit is contained in:
Krasimir Angelov
2026-04-13 16:05:39 +02:00
parent 5f6a8b2905
commit e3b27613fd
4 changed files with 33 additions and 13 deletions

View File

@@ -475,7 +475,7 @@ oper
mkIQuant : Str -> IQuant = \s -> lin IQuant {s=s} ;
mkIDet : Str -> IDet = \s -> lin IDet {s=s} ;
mkSubj : Str -> Subj = \s -> lin Subj {s=s} ;
mkQuant : Str -> Quant = \s -> lin Quant {s=s} ;
mkQuant : Str -> Quant = \s -> lin Quant {s=s; sp=Indef} ;
mkPredet : Str -> Predet = \s -> lin Predet {s=s} ;
mkCard : Str -> Card = \s -> lin Card {s=s} ;
mkConj : Str -> Conj = \s -> lin Conj {s=s} ;