mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Changed Think to an action without an object.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user