Changed Think to an action without an object.

This commit is contained in:
bringert
2005-03-15 15:38:20 +00:00
parent 37fe08c0a7
commit cecd79ff70
6 changed files with 9 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ fun
See : NP -> NP -> S ;
Hear : NP -> NP -> S ;
Know : NP -> NP -> S ;
Think : NP -> NP -> S ;
Smell : NP -> NP -> S ;
Fear : NP -> NP -> S ;
Kill : NP -> NP -> S ;
@@ -48,6 +47,7 @@ fun
-- Actions without an object
Think : NP -> S ;
Spit : NP -> S ;
Vomit : NP -> S ;
Blow : NP -> S ;