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

link|improve this question

55% accept rate
2  
This is a big question and the answer would not fit within the stackoverflow format. That goes double when the questioner only accepts answers for about 68% of their questions. – Jonathan Wood May 4 '11 at 3:24
1  
This is master's thesis stuff; or PhD, if you want to do it right. – larsmans May 4 '11 at 10:38
Re-asking the same question isn't acceptable behavior here. If you want to draw attention to your question, you will be allowed to place a bounty on it after two days. You can also edit your question to add additional information, which may make your question easier to understand and answer. – Will May 4 '11 at 11:53
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.

2 Answers

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.

link|improve this answer
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.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.