Chinese lexicon contributions from Sun Yat-Sen University

This commit is contained in:
aarne
2013-09-27 06:55:32 +00:00
parent 9ce07e699f
commit be2fc47e99
24 changed files with 10016 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ oper
mkV2 = overload {
mkV2 : Str -> V2
= \s -> case s of {
v + "+" + p => lin V2 (regVerb v ** {c2 = emptyPrep ; hasPrep = False ; part = p}) ;
v + "+" + p => lin V2 (regVerb v ** {c2 = emptyPrep ; hasPrep = False ; part = word p}) ;
v + "*" + p => lin V2 (regVerb v ** {c2 = ResChi.mkPreposition p [] ; hasPrep = True ; part = []}) ;
_ => lin V2 (regVerb s ** {c2 = emptyPrep ; hasPrep = False ; part = []})
} ;