summaryrefslogtreecommitdiff
path: root/examples/animals/QuestionsI.gfe
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-20 09:34:38 +0000
committeraarne <aarne@chalmers.se>2010-04-20 09:34:38 +0000
commit9b4849b5e262d6aaba3bd0e3429bd2a4cb49c52b (patch)
tree414e5cbab1fdbbd49cd55cc1c07117cc845d4d04 /examples/animals/QuestionsI.gfe
parent66ab9700f64ffe861f8b9cb271710c0c35345401 (diff)
changed the name of example-based examples
Diffstat (limited to 'examples/animals/QuestionsI.gfe')
-rw-r--r--examples/animals/QuestionsI.gfe6
1 files changed, 3 insertions, 3 deletions
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" ;
}