Skip to content

Commit

Permalink
Added missing vocab.
Browse files Browse the repository at this point in the history
svn/trunk@7279
  • Loading branch information
Ewan Klein committed Dec 15, 2008
1 parent f685bef commit 050d2b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/grammars/book_grammars/storage.fcfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ Det[sem=[core=<\Q P.all x.(Q(x) implies P(x))>, store=(/)]] -> 'every'

N[sem=[core=<dog>, store=(/)]] -> 'dog'
N[sem=[core=<bone>, store=(/)]] -> 'bone'
N[sem=[core=<man>, store=(/)]] -> 'man'
N[sem=[core=<man>, store=(/)]] -> 'girl'
N[sem=[core=<man>, store=(/)]] -> 'man'
IV[sem=[core=<\x.smile(x)>, store=(/)]] -> 'smiles'
IV[sem=[core=<\x.walk(x)>, store=(/)]] -> 'walks'
TV[sem=[core=<\y x.feed(x,y)>, store=(/)]] -> 'feeds'
TV[sem=[core=<\y x.chase(x,y)>, store=(/)]] -> 'chases'
DTV[sem=[core=<\y x.give(x,y, z)>, store=(/)]] -> 'gives'
NP[sem=[core=<@x>, store=(<bo(\P.P(angus),@x)>)]] -> 'Angus'
NP[sem=[core=<@x>, store=(<bo(\P.P(cyril),@x)>)]] -> 'Cyril'
Expand Down

0 comments on commit 050d2b1

Please sign in to comment.