refreshing gfe example

This commit is contained in:
aarne
2006-03-01 17:36:34 +00:00
parent 3d1b3dcd91
commit 09e6c6c9a3
12 changed files with 125 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
--# -resource=../../lib/resource-1.0/english/LangEng.gf
-- to compile: gf -examples QuestionsI.gfe
-- or use directly gf <mkAnimals.gfs
incomplete concrete QuestionsI of Questions = open Lang in {
lincat
Phrase = Phr ;
Entity = N ;
Action = V2 ;
lin
Who love_V2 man_N = in Phr "who loves men" ;
Whom man_N love_V2 = in Phr "whom does the man love" ;
Answer woman_N love_V2 man_N = in Phr "the woman loves men" ;
}