Enum: FineSentimentClassificationEnum
Fine-grained sentiment analysis labels with intensity levels
URI: valuesets:FineSentimentClassificationEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| VERY_POSITIVE | NCIT:C38758 | Strongly positive sentiment |
| POSITIVE | NCIT:C38758 | Positive sentiment |
| NEUTRAL | NCIT:C14165 | Neutral sentiment |
| NEGATIVE | NCIT:C35681 | Negative sentiment |
| VERY_NEGATIVE | NCIT:C35681 | Strongly negative sentiment |
Slots
| Name | Description |
|---|---|
| fine_sentiment_classification | Fine-grained sentiment analysis labels with intensity levels |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/valuesets
LinkML Source
name: FineSentimentClassificationEnum
description: Fine-grained sentiment analysis labels with intensity levels
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
VERY_POSITIVE:
text: VERY_POSITIVE
description: Strongly positive sentiment
meaning: NCIT:C38758
is_a: POSITIVE
title: Positive Finding
aliases:
- '5'
- ++
POSITIVE:
text: POSITIVE
description: Positive sentiment
meaning: NCIT:C38758
title: Positive Finding
aliases:
- '4'
- +
NEUTRAL:
text: NEUTRAL
description: Neutral sentiment
meaning: NCIT:C14165
title: Normal
aliases:
- '3'
- '0'
NEGATIVE:
text: NEGATIVE
description: Negative sentiment
meaning: NCIT:C35681
title: Negative Test Result
aliases:
- '2'
- '-'
VERY_NEGATIVE:
text: VERY_NEGATIVE
description: Strongly negative sentiment
meaning: NCIT:C35681
is_a: NEGATIVE
title: Negative Test Result
aliases:
- '1'
- --