Nui's corrections to Synopsis examples and Phrasebook; a logo for Thai

This commit is contained in:
aarne
2011-12-06 21:36:38 +00:00
parent dcb04d029f
commit 4610c8eb0c
16 changed files with 1757 additions and 51 deletions

View File

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