updated lexicon in animal

This commit is contained in:
aarne
2006-06-08 09:44:22 +00:00
parent 00934345ed
commit 112eea3f36
4 changed files with 12 additions and 11 deletions

View File

@@ -4,11 +4,11 @@ concrete AnimalsSwe of Animals = QuestionsSwe **
open LangSwe, ParadigmsSwe, IrregSwe in {
lin
Dog = regN "hund" utrum ;
Dog = regN "hund" ;
Cat = mk2N "katt" "katter" ;
Mouse = mkN "mus" "musen" "möss" "mössen" ;
Lion = mk2N "lejon" "lejon" ;
Zebra = regN "zebra" utrum ;
Zebra = regN "zebra" ;
Chase = dirV2 (regV "jaga") ;
Eat = dirV2 äta_V ;
See = dirV2 se_V ;