forked from GitHub/gf-rgl
added basic syntax
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
concrete AdjectiveSqi of Adjective = CatSqi ** open ResSqi in {
|
||||
|
||||
lin
|
||||
PositA a = {
|
||||
s = \\spec,c,g,n => case a.clit of {
|
||||
True => link_clitic ! Indef ! c ! g ! n ++ a.s ! c ! g ! n ;
|
||||
False => a.s ! c ! g ! n
|
||||
}
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user