NLP MUD

It would be fun to use WordNet and language parsing to parse natural language commands in an adventure game.

So, I’m thinking of something like this:

Command -> [chart parser/link grammar] -> [predicate calculus] -> command intent

Use something like WordNet disambiguation to map words to known concepts/words

word -> spelling correction -> wordnet synset -> concept

Comments are closed.