mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Jpn) Keep the old prepositive in CN after AdvCN
This commit is contained in:
@@ -245,8 +245,8 @@ flags coding = utf8 ;
|
||||
False => adv.s ! st ++ cn.object ! st
|
||||
} ;
|
||||
prepositive = \\st => case adv.prepositive of {
|
||||
True => adv.s ! st ;
|
||||
False => []
|
||||
True => adv.s ! st ++ cn.prepositive ! st ;
|
||||
False => cn.prepositive ! st
|
||||
} ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user