dictionary_keys
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
dictionary_keys has 6 facts recorded in Dontopedia across 3 references, with 1 live disagreement.
Mostly:rdf:type(2), conversion from(1), derived from(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
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.
sourceOfSource of(2)
- Create Dictionary Keys Set
ex:create-dictionary-keys-set - Dictionary
ex:dictionary
checksMembershipChecks Membership(1)
- Token in Dictionary Check
ex:token-in-dictionary-check
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.
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.
References (3)
ctx:claims/beam/0d14207a-c30c-42b6-a866-e778dbb3ec81ctx:claims/beam/a085a169-aa15-4448-83bc-ecb888dadb5c- full textbeam-chunktext/plain1 KB
doc:beam/a085a169-aa15-4448-83bc-ecb888dadb5cShow excerpt
- Instead of repeatedly replacing tokens in the original string, we build a new list of tokens (`rewritten_tokens`) with the replacements. - This avoids the overhead of repeated string manipulations. 2. **Set for Quick Lookups**: …
ctx:claims/beam/819c8d1c-ceee-4ed2-8fa3-23504b8df714- full textbeam-chunktext/plain964 B
doc:beam/819c8d1c-ceee-4ed2-8fa3-23504b8df714Show excerpt
dictionary_keys = set(dictionary.keys()) rewritten_queries = [] for query in queries: tokens = query.split() rewritten_tokens = [dictionary[token] if token in dictionary_keys else token for token in tokens] …
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.