fixes in clefts and V3 in Chi; new pinyin versions

This commit is contained in:
aarne
2012-10-16 09:36:05 +00:00
parent fefb95ecc7
commit 7fa0407a6f
18 changed files with 211 additions and 204 deletions

View File

@@ -11,15 +11,15 @@ concrete ConjunctionChi of Conjunction = CatChi ** open ResChi, Prelude, Coordin
-- These fun's are generated from the list cat's.
BaseS = twoSS ;
ConsS = consrSS thcomma ;
ConsS = consrSS duncomma ;
BaseAdv = twoSS ;
ConsAdv = consrSS thcomma ;
ConsAdv = consrSS duncomma ;
BaseNP = twoSS ;
ConsNP = consrSS thcomma ;
ConsNP = consrSS duncomma ;
BaseAP = twoSS ;
ConsAP = consrSS thcomma ;
ConsAP = consrSS duncomma ;
BaseRS = twoSS ;
ConsRS = consrSS thcomma ;
ConsRS = consrSS duncomma ;
lincat
[S] = {s1,s2 : Str} ;
@@ -28,7 +28,4 @@ concrete ConjunctionChi of Conjunction = CatChi ** open ResChi, Prelude, Coordin
[AP] = {s1,s2 : Str} ;
[RS] = {s1,s2 : Str} ;
oper
thcomma : Str = [] ; ---- should be a space
}