some fixes to Chinese suggested by Shanghai colleagues

This commit is contained in:
aarne
2012-10-26 08:52:20 +00:00
parent c482b9f938
commit 44dc93ae8f
5 changed files with 6 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ concrete SentenceChi of Sentence = CatChi **
UseSlash t p cl = {s = cl.s ! p.p ! t.t ; c2 = cl.c2} ;
AdvS a s = ss (a.s ++ s.s) ;
ExtAdvS a s = ss (a.s ++ chcomma ++ s.s) ;
RelS s r = ss (s.s ++ r.s) ;
}