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
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Standard labels for spam/ham email classification
title: Spam Classification
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
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'