mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
(Hun) Add possibility to prepose Advs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user