1
0
forked from GitHub/gf-core

complete Thai, new Disambiguation items (Romance pronouns to be revisited) in Phrasebook

This commit is contained in:
aarne
2011-11-30 15:00:06 +00:00
parent 62decb1e55
commit e54b17bd7d
7 changed files with 44 additions and 22 deletions

View File

@@ -204,8 +204,8 @@ lin
-- music_N = regN "music" ;
name_N = mkN (thword "ชื่อ") ;
narrow_A = mkA (thword "แคบ") ;
-- near_A = regA "near" ;
--- near_Adv = ss (thword "ใกล้") ;
near_A = mkA "ใกล้" ;
near_Adv = mkAdv "ใกล้" ;
neck_N = mkN (thword "คอ") ;
new_A = mkA (thword "ใหม่") ;
-- newspaper_N = regN "newspaper" ;

View File

@@ -47,7 +47,7 @@ concrete StructuralTha of Structural = CatTha **
many_Det = quantDet "หลาย" ;
more_CAdv = {s = thword "มาก" "กว่า" ; p = []} ; ----
-- most_Predet = ss "most" ;
-- much_Det = mkDeterminer Sg "much" ;
much_Det = quantDet "มาก" ;
must_VV = {s = tog_s ; typ = VVPre} ;
no_Utt = ss may_s ;
on_Prep = ss "บน" ;