(Ara) Move adv in AdvCN and SentCN to another field, to fix word order

This commit is contained in:
Inari Listenmaa
2019-01-14 21:23:12 +01:00
parent 51e714864e
commit 63c8049416

View File

@@ -204,7 +204,7 @@ lin
AdvCN,
SentCN = \cn,ss -> cn ** {
s2 = \\n,d,c => cn.s2 ! n ! d ! c ++ ss.s ;
np = \\c => cn.np ! c ++ ss.s ;
isHeavy = True
} ;