io.theysay.affectr

client

package client

Visibility
  1. Public
  2. All

Type Members

  1. class AffectR extends AnyRef

  2. case class AggregateEntitySentiment(category: String, frequency: Int, sentiment: SentimentScore, salience: Double, mentions: List[AggregatedEntity]) extends Product with Serializable

  3. case class AggregatedEntity(sentiment: SentimentScore, start: Int, end: Int, sentence: String, sentenceHtml: String, text: String, headNoun: String, headNounIndex: Int, salience: Double) extends Product with Serializable

  4. case class Chunk(chunkType: String, start: Int, end: Int, text: String, sentenceIndex: Int) extends Product with Serializable

  5. case class ChunkConstituent(chunk: Chunk, head: ChunkHead) extends Product with Serializable

  6. case class ChunkHead(posTag: String, posTaggedWord: String, stem: String, text: String, wordIndex: Int) extends Product with Serializable

  7. case class Comparison(start: Int, end: Int, sentenceIndex: Int, comparisonType: String, text: String) extends Product with Serializable

  8. case class Dependency(predicate: String, relation: String) extends Product with Serializable

  9. case class DependencyParse(dependency: Dependency, dependent: Dependent, governor: Option[Governor]) extends Product with Serializable

  10. case class Dependent(text: String, stem: String, wordIndex: Int) extends Product with Serializable

  11. case class EntityRelationSentiment(entity1: RelatedEntity, entity2: RelatedEntity, sentiment: SentimentScore, salience: Double, sentence: String, sentenceHtml: String) extends Product with Serializable

  12. case class EntitySentiment(sentiment: SentimentScore, start: Int, end: Int, sentence: String, sentenceHtml: String, text: String, headNoun: String, headNounIndex: Int, salience: Int) extends Product with Serializable

  13. case class Governor(text: String, stem: String, wordIndex: Int) extends Product with Serializable

  14. case class Intent(start: Int, end: Int, sentenceIndex: Int, intentType: String, text: String) extends Product with Serializable

  15. case class NamedEntity(head: String, headIndex: Int, start: Int, end: Int, sentence: String, sentenceHtml: String, text: String, namedEntityTypes: Array[String]) extends Product with Serializable

  16. case class PosTag(posTag: String, posTaggedWord: String, sentenceIndex: Int, stem: String, text: String, wordIndex: Int) extends Product with Serializable

  17. case class RelatedEntity(head: String, headIndex: Int, text: String) extends Product with Serializable

  18. case class Request(text: String, level: Option[String] = scala.None, ratio: Option[Double] = scala.None, targets: Option[String] = scala.None, matching: Option[String] = scala.None, bias: Option[SentimentBias] = scala.None) extends Product with Serializable

  19. case class Risk(start: Int, end: Int, sentenceIndex: Int, riskType: String, text: String) extends Product with Serializable

  20. case class SentenceSentiment(sentiment: SentimentScore, start: Int, end: Int, text: String) extends Product with Serializable

  21. case class SentimentBias(positive: Option[Double], neutral: Option[Double], negative: Option[Double]) extends Product with Serializable

  22. case class SentimentScore(label: String, positive: Double, negative: Double, neutral: Double, confidence: Option[Double]) extends Product with Serializable

  23. case class SimpleSentiment(sentiment: SentimentScore, wordCount: Int) extends Product with Serializable

  24. case class Speculation(start: Int, end: Int, sentenceIndex: Int, speculationType: String, text: String) extends Product with Serializable

  25. case class TaxonomyEntity(sentiment: SentimentScore, start: Int, end: Int, sentence: String, sentenceHtml: String, text: String, headNoun: String, headNounIndex: Int, salience: Double) extends Product with Serializable

  26. case class TaxonomyEntitySentiment(category: String, frequency: Int, sentiment: SentimentScore, salience: Double, mentions: List[TaxonomyEntity]) extends Product with Serializable

  27. case class WordPolarityTimeline(label: String, timelineY: Double) extends Product with Serializable

  28. case class WordSentiment(sentiment: WordPolarityTimeline, wordIndex: Int, text: String) extends Product with Serializable

Value Members

  1. object AffectR

  2. object AffectRJsonProtocol extends DefaultJsonProtocol

Ungrouped