DictEngChi now with 5000+ words, from Kimmo Röppänen

This commit is contained in:
aarne
2013-05-28 20:06:41 +00:00
parent ce053c4a98
commit 0ce3d89bc7
4 changed files with 5054 additions and 15491 deletions

View File

@@ -98,10 +98,6 @@ have_V2 = mkV2 "有" ;
yes_Utt = ss "对" ;
no_Utt = ss neg_s ;
oper
mkConjForm : Str -> {s1,s2 : Str} = \s -> {s1 = [] ; s2 = word s} ;
mkConjForm2 : Str -> Str -> {s1,s2 : Str} = \s1,s2 -> {s1 = word s1 ; s2 = word s2} ; --obvious slip of a pen chenpeng 11.19
-- manually by AR, Jolene
lin
always_AdV = ssword "一直" ;