Die Wumpus-Welt


e0: einfache Grammatik

s --> np,vp. % the wumpus + is dead np --> (article,noun); % the + wumpus (pronoun). % i vp --> verb; % go verb,(adverb; % go + back adjective; % is + dead pp; % go + to the north np). % shoot + the arrow pp --> preposition,article,noun. % to + the + north % load knowledgebase :- consult('knowledgebase_0.pl').


[nach oben] [zum Index] [weiter]