Analysing meaning of sentences

前端 未结 2 1927
我在风中等你
我在风中等你 2021-01-03 11:58

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

Thanks in advance!

相关标签:
2条回答
  • 2021-01-03 12:33

    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.

    0 讨论(0)
  • 2021-01-03 12:36

    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

    0 讨论(0)
提交回复
热议问题