(Hun) Add possibility to prepose Advs

This commit is contained in:
Inari Listenmaa
2020-04-24 17:00:44 +02:00
parent 346360d54a
commit f24d9c2cad
8 changed files with 38 additions and 17 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ lin
-- : Prep -> NP -> Adv ;
PrepNP prep np = {
s = applyAdp prep np
s = applyAdp prep np ;
isPre = False ;
} ;
-- Adverbs can be modified by 'adadjectives', just like adjectives.