mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
monosyllable prefix
This commit is contained in:
@@ -67,6 +67,7 @@ oper
|
||||
sp = \\_ => str ;
|
||||
} ;
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Det, Quant, Card, Ord
|
||||
|
||||
@@ -235,6 +236,7 @@ oper
|
||||
|
||||
IAdv : Type = Adverb ** {
|
||||
isPre : Bool ;
|
||||
vf : VForm ;
|
||||
} ;
|
||||
|
||||
------------------
|
||||
@@ -256,6 +258,7 @@ oper
|
||||
s = \\vf,pol => nounneg pol ++ s ;
|
||||
} ;
|
||||
|
||||
|
||||
verbneg : Polarity -> Str = \pol -> case pol of {
|
||||
Neg => "tidak" ; -- or "tak"?
|
||||
Pos => []
|
||||
|
||||
Reference in New Issue
Block a user