summaryrefslogtreecommitdiff
path: root/examples/animals/QuestionsI.gfe
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-12-06 10:49:38 +0000
committeraarne <aarne@chalmers.se>2010-12-06 10:49:38 +0000
commit1f75143d6c8515bc459110d9512b903140f3882e (patch)
tree7603e42fe2818c5c3a1128fbd077f195831cbcea /examples/animals/QuestionsI.gfe
parent7fba8c338d04777c82a2d04c4bc82a4da0e86659 (diff)
printing option -api in the eb command
Diffstat (limited to 'examples/animals/QuestionsI.gfe')
-rw-r--r--examples/animals/QuestionsI.gfe8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/animals/QuestionsI.gfe b/examples/animals/QuestionsI.gfe
index 4bd169600..7f847dfc7 100644
--- a/examples/animals/QuestionsI.gfe
+++ b/examples/animals/QuestionsI.gfe
@@ -1,7 +1,7 @@
--- to compile: echo "eb -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo
+-- to compile: echo "eb -probs=probs -api -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo
-- or use directly gf <mkAnimals.gfs
-incomplete concrete QuestionsI of Questions = open Lang in {
+incomplete concrete QuestionsI of Questions = open Syntax in {
lincat
Phrase = Utt ;
Entity = N ;
@@ -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" ;
}