Swadesh lexicon added to Thai

This commit is contained in:
aarne
2011-11-07 21:13:19 +00:00
parent a86af99f18
commit 03d1c6c0d3
5 changed files with 435 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ oper
= \s -> mkN s "คัน" ;
houseN : Str -> N
= \s -> mkN s "หลัง" ;
animalN : Str -> N
= \s -> mkN s "ตัว" ;
mkA : Str -> A = \s -> lin A (mkAdj s) ;