Empty Tokens
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Empty Tokens has 1 fact recorded in Dontopedia across 1 reference.
1 facts·1 predicates·1 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typerdf:type
- Token Category[1]all time · 208145c7 D56c 489b 85d2 484dde96b52c
Inbound mentions (1)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. “X motherOf this subject” — and answer questions the forward facts can't. Grouped by predicate.
filtersFilters(1)
- Skip Empty Tokens
ex:skip_empty_tokens
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/208145c7-d56c-489b-85d2-484dde96b52c
ex:TokenCategory
References (1)
1 references
- custom
ctx:claims/beam/208145c7-d56c-489b-85d2-484dde96b52c- full textbeam-chunktext/plain1 KB
doc:beam/208145c7-d56c-489b-85d2-484dde96b52cShow excerpt
print(f"Processed: {parse_query(query)}") ``` ### Explanation 1. **Empty Query Check**: - `if not query.strip(): return []`: Returns an empty list if the query is empty or contains only whitespace. 2. **Tokenization**: - `token…