I am starting research into some sentence recognition and was hoping you guys might tell me if I am heading in the right direction... I am thinking about using Nerual networks (I think I spelled that right!
I give the Nerual network the following string (with research I am finding I might need to convert the string into some number representation it seems):
Can you please turn on the livingroom light?
And from that sentence it recognizes the following:
turn on livingroom
Another example:
What is the weather like in New York City?
and from the sentence it recognizes or determines basically that the following is being requested:
Weather New Work City
The examples are just to show what I am trying to accomplish and the actually application is slightly different but this gets what I am trying to do. I looked through your samples and found that there are none that show anything really similar to pattern matching for text.
Is this something that can be done with ANN? If not I will not spend time chasing down this route and wasting time
