1
0
forked from GitHub/gf-core

some ChunkTha items ; subcat verbs in DictionaryTha guessed

This commit is contained in:
aarne
2015-03-10 14:54:15 +00:00
parent 35c4b5f3eb
commit 3ed8eb16ea
4 changed files with 2285 additions and 17 deletions

View File

@@ -40,9 +40,9 @@ oper
= \n,p -> lin A2 (n ** {c2 = p}) ;
mkV = overload {
mkV : Str -> Verb
= \s -> {s1 = [] ; s2 = s ; isCompl = False} ;
mkV : Str -> Str -> Verb
mkV : Str -> V
= \s -> lin V {s1 = [] ; s2 = s ; isCompl = False} ;
mkV : Str -> Str -> V
= \s,c -> lin V {s1 = s ; s2 = c ; isCompl = True} ;
} ;