Lemma Name
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
Lemma Name has 5 facts recorded in Dontopedia across 3 references.
Mostly:extracted from(1), rdfs:label(1), rdf:type(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedExtracted FromextractedFrom
- Wordnet Lemmas[1]all time · 03e9535f B129 47f6 9c40 934a5df3e95a
Rdfs:labelrdfs:label
- lemma.name[1]all time · 03e9535f B129 47f6 9c40 934a5df3e95a
Rdf:typerdf:type
- Lexical Property[1]all time · 03e9535f B129 47f6 9c40 934a5df3e95a
Returnsreturns
- Lemma Name String[3]sourceall time · 5911aad5 31b8 481d 9758 9632ba044f91
Is Extracted FromisExtractedFrom
- Synset Object[2]all time · B27efc86 7008 4384 852a 049d06d255cb
Inbound mentions (5)
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.
appendsAppends(1)
- Synonym Append
ex:synonym-append
callsFunctionCalls Function(1)
- Expand Synonyms
ex:expand_synonyms
describesFunctionDescribes Function(1)
- Explanation Section
ex:explanation-section
extractsExtracts(1)
- Lemma Extraction
ex:lemma-extraction
yieldsLemmaYields Lemma(1)
- Synset Object
ex:synset-object
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)
- custom
ctx:claims/beam/03e9535f-b129-47f6-9c40-934a5df3e95a- full textbeam-chunktext/plain1 KB
doc:beam/03e9535f-b129-47f6-9c40-934a5df3e95aShow excerpt
Here's an example of a hybrid approach that combines WordNet and context-aware embeddings: ```python from transformers import BertTokenizer, BertModel import torch import nltk from nltk.corpus import wordnet nltk.download('wordnet') toke…
- custom
ctx:claims/beam/b27efc86-7008-4384-852a-049d06d255cb- full textbeam-chunktext/plain1 KB
doc:beam/b27efc86-7008-4384-852a-049d06d255cbShow excerpt
entities = [(ent.text, ent.label_) for ent in doc.ents] # Extract synonyms for each token synonyms = [] for token in tokens: pos = get_wordnet_pos(nltk.pos_tag([token])[0][1]) synsets = wordnet.synsets(t…
- custom
ctx:claims/beam/5911aad5-31b8-481d-9758-9632ba044f91- full textbeam-chunktext/plain1 KB
doc:beam/5911aad5-31b8-481d-9758-9632ba044f91Show excerpt
2. **Download WordNet**: Download the WordNet data using NLTK. ```python import nltk nltk.download('wordnet') ``` 3. **Expand Synonyms Using WordNet**: ```python from nltk.corpus import wordnet as wn def expand_synony…
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.