How to determine subject, object and other words?

后端 未结 5 1092
鱼传尺愫
鱼传尺愫 2021-01-11 17:29

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

5条回答
  •  不知归路
    2021-01-11 17:39

    I guess there is not "simple" way to do this. You have to build a linguistic analyzer (which is quite possible), however, a language as a lot of exceptional cases. And that is what makes implementing a linguistic analyzer that hard.

提交回复
热议问题