1
0
forked from GitHub/gf-rgl

Swadesh lexicon added to Thai

This commit is contained in:
aarne
2011-11-07 21:13:19 +00:00
parent 91c27328f9
commit a31ab26e9e
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) ;