Dontopedia

Token Attributes

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)

Token Attributes has 5 facts recorded in Dontopedia across 2 references, with 1 live disagreement.

5 facts·3 predicates·2 sources·1 in dispute
Maturity scale raw canonical shape-checked rule-derived certified

Other facts (5)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

5 facts
PredicateValueRef
Includes AttributeText Attribute[1]
Includes AttributeLemma Attribute[1]
Includes AttributePos Attribute[1]
Rdf:typeLinguistic Attributes[1]
Accessed Viadot-notation[2]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

typebeam/18306c1f-b51a-45dd-b169-e340e3696b52
ex: LinguisticAttributes
includesAttributebeam/18306c1f-b51a-45dd-b169-e340e3696b52
ex:text-attribute
includesAttributebeam/18306c1f-b51a-45dd-b169-e340e3696b52
ex:lemma-attribute
includesAttributebeam/18306c1f-b51a-45dd-b169-e340e3696b52
ex:pos-attribute
accessedViabeam/19c50864-0395-4826-b4c8-6b6c2fab4d44
dot-notation

References (2)

2 references
  1. ctx:claims/beam/18306c1f-b51a-45dd-b169-e340e3696b52
    • full textbeam-chunk
      text/plain1 KBdoc:beam/18306c1f-b51a-45dd-b169-e340e3696b52
      Show excerpt
      Now, let's tokenize some text and visualize the process for debugging. ```python # Sample text text = "Hello, world! This is a test sentence with [custom] tokens." # Process the text doc = nlp(text) # Print the tokens for token in doc:
  2. ctx:claims/beam/19c50864-0395-4826-b4c8-6b6c2fab4d44
    • full textbeam-chunk
      text/plain1 KBdoc:beam/19c50864-0395-4826-b4c8-6b6c2fab4d44
      Show excerpt
      return lang def tokenize_text(text, lang): if lang == 'en': doc = nlp_en(text) tokens = [token.text for token in doc] elif lang == 'es': doc = nlp_es(text) tokens = [token.text for token in doc]

See also

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.