mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
bugfixes
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
concrete AdjectiveSqi of Adjective = CatSqi ** open ResSqi in {
|
||||
concrete AdjectiveSqi of Adjective = CatSqi ** open ResSqi, Prelude 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 ;
|
||||
True => link_clitic ! spec ! c ! g ! n ++ a.s ! c ! g ! n ;
|
||||
False => a.s ! c ! g ! n
|
||||
}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user