Skip to content

Enum: SentimentClassificationEnum

Standard labels for sentiment analysis classification tasks

URI: valuesets:SentimentClassificationEnum

Permissible Values

Value Meaning Description
POSITIVE NCIT:C38758 Positive sentiment or opinion
NEGATIVE NCIT:C35681 Negative sentiment or opinion
NEUTRAL NCIT:C14165 Neutral sentiment, neither positive nor negative

Slots

Name Description
sentiment_classification Standard labels for sentiment analysis classification tasks

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: SentimentClassificationEnum
description: Standard labels for sentiment analysis classification tasks
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  POSITIVE:
    text: POSITIVE
    description: Positive sentiment or opinion
    meaning: NCIT:C38758
    title: Positive Finding
    aliases:
    - pos
    - '1'
    - +
  NEGATIVE:
    text: NEGATIVE
    description: Negative sentiment or opinion
    meaning: NCIT:C35681
    title: Negative Test Result
    aliases:
    - neg
    - '0'
    - '-'
  NEUTRAL:
    text: NEUTRAL
    description: Neutral sentiment, neither positive nor negative
    meaning: NCIT:C14165
    title: Normal
    aliases:
    - neu
    - '2'