diff options
| author | aarne <aarne@chalmers.se> | 2010-04-20 09:34:38 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-20 09:34:38 +0000 |
| commit | 9b4849b5e262d6aaba3bd0e3429bd2a4cb49c52b (patch) | |
| tree | 414e5cbab1fdbbd49cd55cc1c07117cc845d4d04 /examples/animals/OldQuestionsI.gfe | |
| parent | 66ab9700f64ffe861f8b9cb271710c0c35345401 (diff) | |
changed the name of example-based examples
Diffstat (limited to 'examples/animals/OldQuestionsI.gfe')
| -rw-r--r-- | examples/animals/OldQuestionsI.gfe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/animals/OldQuestionsI.gfe b/examples/animals/OldQuestionsI.gfe new file mode 100644 index 000000000..03c4ad071 --- /dev/null +++ b/examples/animals/OldQuestionsI.gfe @@ -0,0 +1,15 @@ +-- 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" ; + +} |
