forked from GitHub/gf-core
example_based returns the list of all unknown words
This commit is contained in:
@@ -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") ;
|
||||
|
||||
Reference in New Issue
Block a user