Token.lemma
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Token.lemma has 4 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
4 facts·3 predicates·2 sources·1 in dispute
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Token.lemma has 4 facts recorded in Dontopedia across 2 references, with 1 live disagreement.
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.
hasLemmaAttributeHas Lemma Attribute(1)ex:tokenTimeline 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.
doc:beam/19c50864-0395-4826-b4c8-6b6c2fab4d44return 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] …
doc:beam/9e885203-13b0-4f18-89db-79cab2460230token_match=nlp.tokenizer.token_match) # Replace the default tokenizer with the custom one nlp.tokenizer = custom_tokenizer ``` ### Full Example Code Here is the full example code combining all the steps: ``…
Dontopedia is in a read-only public launch. Follow the references and disputed branches now; contributions will open after durable identity and moderation are in place.