mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
added AdAP in Slovenian
This commit is contained in:
@@ -17,5 +17,9 @@ concrete AdjectiveSlv of Adjective = CatSlv ** open ResSlv in {
|
||||
}
|
||||
} ;
|
||||
|
||||
AdAP ada ap = {
|
||||
s = \\spec,g,c,n => ada.s ++ ap.s ! spec ! g ! c ! n
|
||||
} ;
|
||||
|
||||
AdvAP ap adv = {s = \\spec,g,c,n => ap.s ! spec ! g ! c ! n ++ adv.s} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user