Analysing meaning of sentences

Deadly 提交于 2019-12-18 17:54:13

问题


Are there any tools that analyze the meaning of given sentences? Recommendations are greatly appreciated.

Thanks in advance!


回答1:


I am also looking for similar tools. One thing I found recently was this sentiment analysis tool built by researchers at Stanford.

It provides a model of analyzing the sentiment of a given sentence. It's interesting and even this seemingly simple idea is quite involved to model in an accurate way. It utilizes machine learning to develop higher accuracy as well. There is a live demo where you can input sentences to analyze.

http://nlp.stanford.edu/sentiment/

I also saw this RelEx semantic dependency relationship extractor.

http://wiki.opencog.org/w/Sentence_algorithms




回答2:


Some natural language understanding tools can analyze the meaning of sentences, including NLTK and Attempto Controlled English. There are several implementations of discourse representation structures and semantic parsers with a similar purpose.

There are also several parsers that can be used to generate a meaning representation from the text that is being parsed.



来源:https://stackoverflow.com/questions/6689344/analysing-meaning-of-sentences

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!