summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/animals/Koe.gfe15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/animals/Koe.gfe b/examples/animals/Koe.gfe
new file mode 100644
index 000000000..4bd169600
--- /dev/null
+++ b/examples/animals/Koe.gfe
@@ -0,0 +1,15 @@
+-- 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 {
+ 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 and chase" ;
+ Answer woman_N love_V2 man_N = %ex Utt "the woman loves and chases men" ;
+
+}