1
0
forked from GitHub/gf-core

example_based returns the list of all unknown words

This commit is contained in:
aarne
2010-01-28 16:27:28 +00:00
parent 8f0df0442a
commit 53a081bf0b
6 changed files with 39 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ concrete AnimalsFre of Animals = QuestionsFre **
Dog = regN "chien" ;
Cat = regN "chat" ;
Mouse = regGenN "souris" feminine ;
Lion = regN "lion" ;
Lion = mkN "lion" masculine ;
Zebra = regGenN "zèbre" masculine ;
Chase = dirV2 (regV "chasser") ;
Eat = dirV2 (regV "manger") ;