grammar.langua,rule in Lexicon

This commit is contained in:
aarne
2006-06-22 21:00:18 +00:00
parent 9c2bea4409
commit e8312c1137
11 changed files with 51 additions and 1 deletions

View File

@@ -348,4 +348,10 @@ lin
tie_V2 = dirV2 (regV "binden") ;
wash_V2 = dirV2 (regV "waschen") ;
wipe_V2 = dirV2 (regV "wischen") ;
grammar_N = reg2N "Grammatik" "Grammatiken" feminine ;
language_N = regN "Sprache" ;
rule_N = reg2N "Regel" "Regel" feminine ;
} ;