Sentiment Analysis (sub-document level)

The sub-document-level Sentiment Analysis module returns a list of sentiment-bearing phrases which fall into one of the two categories: positive or negative.

The SubDocument-level Sentiment Analysis module obtains the sentiment opinion at a sub-document level. This module returns a list of sentiment-bearing phrases which fall into one of the two categories: positive or negative. Note that this module uses the same Sentiment Analysis classes as the document-level Sentiment Analysis module.

This module supports these languages:
  • English (US and UK)
  • French
  • German
  • Italian
  • Spanish

Configuration options

Because this module never runs automatically during a Data Processing sampling operation, there are no configuration options for such an operation.

Output

For each predefined category, the output is a list of names which are ingested into the Dgraph as a multi-assign string Dgraph attribute. The names of the output attributes are:
  • <attribute>_sub_sent_neg (for negative phrases)
  • <attribute>_sub_sent_pos (for positive phrases)