Analysing meaning of sentences

2020-02-29 10:22发布

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

Thanks in advance!

标签: nlp
2条回答
兄弟一词,经得起流年.
2楼-- · 2020-02-29 11:00

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.

查看更多
叼着烟拽天下
3楼-- · 2020-02-29 11:01

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

查看更多
登录 后发表回答