From d333c0564b581504ef262d83f383684665fbcf8a Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 28 Jan 2010 16:27:28 +0000 Subject: example_based returns the list of all unknown words --- examples/animals/AnimalsFre.gf | 2 +- examples/animals/QuestionsI.gf | 13 ++++++++----- examples/animals/QuestionsI.gfe | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'examples') diff --git a/examples/animals/AnimalsFre.gf b/examples/animals/AnimalsFre.gf index 198c84ad7..7a8ec0c25 100644 --- a/examples/animals/AnimalsFre.gf +++ b/examples/animals/AnimalsFre.gf @@ -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") ; diff --git a/examples/animals/QuestionsI.gf b/examples/animals/QuestionsI.gf index c35eeb796..ce0cb627a 100644 --- a/examples/animals/QuestionsI.gf +++ b/examples/animals/QuestionsI.gf @@ -1,4 +1,4 @@ --- to compile: echo "eb -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo +-- to compile: echo "eb -file=QuestionsI.gfe" -probs=probs | gf $GF_LIB_PATH/present/LangEng.gfo -- or use directly gf