Skip to content

Enum: SpamClassificationEnum

Standard labels for spam/ham email classification

URI: valuesets:SpamClassificationEnum

Permissible Values

Value Meaning Description
SPAM None Unwanted or unsolicited message
HAM None Legitimate, wanted message

Slots

Name Description
spam_classification Standard labels for spam/ham email classification

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: SpamClassificationEnum
description: Standard labels for spam/ham email classification
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  SPAM:
    text: SPAM
    description: Unwanted or unsolicited message
    annotations:
      note:
        tag: note
        value: No appropriate ontology term found for spam concept
    aliases:
    - junk
    - '1'
  HAM:
    text: HAM
    description: Legitimate, wanted message
    annotations:
      note:
        tag: note
        value: No appropriate ontology term found for ham concept
    aliases:
    - not_spam
    - legitimate
    - '0'