DictionaryGer now with 22k lemmas, after a new extraction from Wiktionary

This commit is contained in:
aarne
2014-05-05 21:46:20 +00:00
parent 6cee0c1b59
commit 39edc9c416
4 changed files with 29284 additions and 50865 deletions

View File

@@ -598,6 +598,8 @@ mkV2 : overload {
mkN : (x1,_,_,_,_,x6 : Str) -> Gender -> N = mk6N ;
mkN : Str -> N -> N -- Auto + Fahrer -> Autofahrer
= \s,x -> lin N {s = \\n,c => s + Predef.toLower (x.s ! n ! c) ; g = x.g} ;
mkN : Str -> Gender -> Gender -> N
= \s,g,h -> reg1N s g | reg1N s h ;
};

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
--# -path=.:../chunk:alltenses
--# -path=.:../chunk:alltenses:../german
concrete TranslateGer of Translate =
TenseGer,

File diff suppressed because it is too large Load Diff