1
0
forked from GitHub/gf-core

DictEngFin: a translation dictionary based on Finnish wordnet, Kotus, and frequency list. Not yet quite functional.

This commit is contained in:
aarne
2012-05-23 15:46:12 +00:00
parent 842b321ce9
commit 6e6d2611dc
13 changed files with 213798 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ oper
mkV2 : V -> V2 ; -- direct transitive
mkV2 : V -> Case -> V2 ; -- complement just case
mkV2 : V -> Prep -> V2 ; -- complement pre/postposition
mkV2 : VK -> V2 ; -- direct transitive of Kotus verb
} ;
@@ -607,6 +608,7 @@ oper
mkV2 : V -> V2 = dirV2 ;
mkV2 : V -> Case -> V2 = caseV2 ;
mkV2 : V -> Prep -> V2 = mk2V2 ;
mkV2 : VK -> V2 = \w -> dirV2 (vforms2V w.s ** {sc = NPCase Nom ; lock_V = <>}) ;
} ;
mk2V2 : V -> Prep -> V2 ;