Does anyone have realistic ideas as to how to build a working AI, specialy considering the ability to make a conversation.
My current idea which I am trying to program, is to use a database where each word would be given a property of what it is, i.e. nouns, verbs, numerals, etc.
In addition I would make the AI parse every sentence written to it by analysing the text, like finding subject, object, verb and so on.
If I combine this with a way to describe objects to the AI (another database), I believe I would have a quite nice, working AI.
What do people think about this idea?