summaryrefslogtreecommitdiff
path: root/examples/animals/QuestionsI.gfe
blob: ea8515c25dc22e3baefdc85f20eac08abb22ffb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- to compile: 
-- echo "eb -probs=probs -api -file=QuestionsI.gfe" | gf $GF_LIB_PATH/present/LangEng.gfo
-- or use directly gf <mkAnimals.gfs

incomplete concrete QuestionsI of Questions = open Syntax 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" ;

}