I’m trying to implement application that can determine meaning of sentence, by dividing it to smaller pieces. So I need to know what words are subject, object etc. so that my program can know how to handle this sentence.
I’m trying to implement application that can determine meaning of sentence, by dividing it
Share
This is an open research problem. You can get an overview on Wikipedia, http://en.wikipedia.org/wiki/Natural_language_processing. Consider phrases like “Time flies like an arrow, fruit flies like a banana” – unambiguously classifying words is not easy.