I would like to make a natural language parsor that could know the question you are asking. How should I start this? I would like to be able to type a question on a screen, and the computer answers your question. Sort of like Tom Riddles Diary http://pandorabots.com/pandora/talk?botid=c96f911b3e35f9e1
feedback
|
closed as not a real question by Graphain, Phrogz, Jonathan Wood, larsmans, Graviton May 4 '11 at 13:05
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
Unless you have a specific set of questions in mind, I think you might want to look into artificial intelligence programming. I've seen examples before that learn as you continue to communicate with it. | |||
|
feedback
|
|
Look at some solid NLP toolkits like Stanford NLP, OpenNLP, NLTK, etc. This is a hard problem, but checking out some of the existing toolkits can give you a better idea of how to approach this. | |||
|
feedback
|