resource = resource-1.0

This commit is contained in:
aarne
2006-06-22 22:25:55 +00:00
parent 7e5584b1ab
commit 251bc4c738
881 changed files with 31130 additions and 31130 deletions

View File

@@ -0,0 +1,16 @@
--# -resource=../../english/LangEng.gf
-- to compile: gf -examples QuestionsI.gfe
incomplete concrete QuestionsI of Questions = open Resource 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 ." ;
}