summaryrefslogtreecommitdiff
path: root/examples/animals
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animals')
-rw-r--r--examples/animals/OldQuestionsI.gfe (renamed from examples/animals/Koe.gfe)6
-rw-r--r--examples/animals/QuestionsI.gfe6
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/animals/Koe.gfe b/examples/animals/OldQuestionsI.gfe
index 4bd169600..03c4ad071 100644
--- a/examples/animals/Koe.gfe
+++ b/examples/animals/OldQuestionsI.gfe
@@ -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 <mkAnimals.gfs
incomplete concrete QuestionsI of Questions = open Lang in {
@@ -9,7 +9,7 @@ incomplete concrete QuestionsI of Questions = open Lang in {
lin
Who love_V2 man_N = %ex Utt "who loves men" ;
- Whom man_N love_V2 = %ex Utt "whom does the man love and chase" ;
- Answer woman_N love_V2 man_N = %ex Utt "the woman loves and chases men" ;
+ Whom man_N love_V2 = %ex Utt "whom does the man love" ;
+ Answer woman_N love_V2 man_N = %ex Utt "the woman loves men" ;
}
diff --git a/examples/animals/QuestionsI.gfe b/examples/animals/QuestionsI.gfe
index 03c4ad071..4bd169600 100644
--- a/examples/animals/QuestionsI.gfe
+++ b/examples/animals/QuestionsI.gfe
@@ -1,4 +1,4 @@
--- to compile: echo "eb -file=QuestionsI.gfe" -probs=probs | gf $GF_LIB_PATH/present/LangEng.gfo
+-- to compile: echo "eb -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo
-- or use directly gf <mkAnimals.gfs
incomplete concrete QuestionsI of Questions = open Lang in {
@@ -9,7 +9,7 @@ incomplete concrete QuestionsI of Questions = open Lang in {
lin
Who love_V2 man_N = %ex Utt "who loves men" ;
- Whom man_N love_V2 = %ex Utt "whom does the man love" ;
- Answer woman_N love_V2 man_N = %ex Utt "the woman loves men" ;
+ Whom man_N love_V2 = %ex Utt "whom does the man love and chase" ;
+ Answer woman_N love_V2 man_N = %ex Utt "the woman loves and chases men" ;
}