% knowledgebase for e5 noun(wumpus) --> [wumpus]. noun(stench) --> [stench]. noun(pit) --> [pit]. noun(breeze) --> [breeze]. noun(gold) --> [gold]. noun(glitter) --> [glitter]. noun(agent) --> [agent]. noun(arrow) --> [arrow]. noun(north) --> [north]. noun(south) --> [south]. noun(east) --> [east]. noun(west) --> [west]. article --> [a]. article --> [an]. article --> [the]. pronoun(1,nominative,agent) --> [i]. pronoun(1,accusative,agent) --> [me]. pronoun(3,nominative,someone) --> [he]. pronoun(3,accusative,someone) --> [him]. pronoun(3,nominative,something) --> [it]. pronoun(3,accusative,something) --> [it]. verb(1,is(Param),Param) --> [am]. verb(1,smell(Param),Param) --> [smell]. verb(1,feel(Param),Param) --> [feel]. verb(1,grab(Param),Param) --> [grab]. verb(1,see(Param),Param) --> [see]. verb(1,shoot(Param),Param) --> [shoot]. verb(1,go(Param),Param) --> [go]. verb(1,turn(Param),Param) --> [turn]. verb(3,is(Param),Param) --> [is]. verb(3,smell(Param),Param) --> [smells]. verb(3,feel(Param),Param) --> [feels]. verb(3,grab(Param),Param) --> [grabs]. verb(3,see(Param),Param) --> [sees]. verb(3,shoot(Param),Param) --> [shoots]. verb(3,go(Param),Param) --> [goes]. verb(3,turn(Param),Param) --> [turns]. adverb(ahead) --> [ahead]. adverb(back) --> [back]. adverb(left) --> [left]. adverb(right) --> [right]. adverb(north) --> [north]. adverb(south) --> [south]. adverb(east) --> [east]. adverb(west) --> [west]. adjective(nomore) --> [dead]. preposition --> [to].