mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
DictionaryGer now with 22k lemmas, after a new extraction from Wiktionary
This commit is contained in:
@@ -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
@@ -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
Reference in New Issue
Block a user