mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 19:18:34 -06:00
(Pes) Add parameter in A+AP about AP's placement as predicative
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com>
This commit is contained in:
@@ -43,7 +43,8 @@ concrete AdjectivePes of Adjective = CatPes ** open ResPes, Prelude in {
|
||||
AdjOrd ord = {
|
||||
s = \\_ => ord.s ;
|
||||
adv = ord.s ;
|
||||
isPre = ord.isPre
|
||||
isPre = ord.isPre ;
|
||||
afterPrefix = False ;
|
||||
} ;
|
||||
|
||||
AdvAP ap adv = ap ** {
|
||||
|
||||
Reference in New Issue
Block a user