premodifiers like never can change the polarity of VP

This commit is contained in:
Krasimir Angelov
2018-06-07 14:27:45 +02:00
parent bf37eb06a9
commit fe72ccdec1
8 changed files with 12 additions and 9 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ oper
-- after the verb. Some can be preverbal (e.g. "always").
mkAdv : Str -> Adv = \x -> ss x ** {lock_Adv = <>} ;
mkAdV : Str -> AdV = \x -> ss x ** {lock_AdV = <>} ;
mkAdV : Str -> AdV = \x -> {s = x; p = Pos; lock_AdV = <>} ;
mkAdVNegative : Str -> AdV = \x -> {s = x; p = Neg; lock_AdV = <>} ;
-- Adverbs modifying adjectives and sentences can also be formed.