forked from GitHub/gf-rgl
(May) Add some determiners + fix word order in DetCN
This commit is contained in:
+7
-2
@@ -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