summaryrefslogtreecommitdiff
path: root/examples/animals/OldQuestionsI.gfe
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animals/OldQuestionsI.gfe')
-rw-r--r--examples/animals/OldQuestionsI.gfe15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/animals/OldQuestionsI.gfe b/examples/animals/OldQuestionsI.gfe
deleted file mode 100644
index 03c4ad071..000000000
--- a/examples/animals/OldQuestionsI.gfe
+++ /dev/null
@@ -1,15 +0,0 @@
--- 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 {
- lincat
- Phrase = Utt ;
- Entity = N ;
- Action = V2 ;
-
- 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" ;
-
-}