mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
(May) Add some determiners + fix word order in DetCN
This commit is contained in:
@@ -78,9 +78,14 @@ oper
|
||||
baseQuant : BaseQuant = {
|
||||
s = [] ;
|
||||
isPoss = False ;
|
||||
} ;
|
||||
} ;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
mkQuant : Str -> Quant = \str -> baseQuant ** {
|
||||
s = str ;
|
||||
sp = \\_ => str
|
||||
} ;
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Prepositions
|
||||
|
||||
Preposition : Type = {
|
||||
|
||||
Reference in New Issue
Block a user