mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
(Hun) Add possibility to prepose Advs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete CatHun of Cat = CommonX ** open ResHun, Prelude in {
|
||||
concrete CatHun of Cat = CommonX - [Adv] ** open ResHun, Prelude in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
|
||||
@@ -118,6 +118,8 @@ concrete CatHun of Cat = CommonX ** open ResHun, Prelude in {
|
||||
N3 = ResHun.Noun ;
|
||||
PN = ResHun.NounPhrase ;
|
||||
|
||||
Adv = {s : Str ; isPre : Bool} ;
|
||||
|
||||
linref
|
||||
CN = linCN ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user