mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
Thai complete with what is needed to compile Sentences in Phrasebook
This commit is contained in:
@@ -10,6 +10,15 @@ oper
|
||||
= \s,c -> lin N {s = s ; c = c} ;
|
||||
} ;
|
||||
|
||||
personN : Str -> N
|
||||
= \s -> mkN s "คน" ;
|
||||
fooddishN : Str -> N
|
||||
= \s -> mkN s "จาน" ;
|
||||
vehicleN : Str -> N
|
||||
= \s -> mkN s "คัน" ;
|
||||
houseN : Str -> N
|
||||
= \s -> mkN s "หลัง" ;
|
||||
|
||||
mkA : Str -> A = \s -> lin A (mkAdj s) ;
|
||||
|
||||
mkV = overload {
|
||||
|
||||
Reference in New Issue
Block a user