Dontopedia
Explore

Lemma Name

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

Lemma Name has 5 facts recorded in Dontopedia across 3 references.

5 facts·5 predicates·3 sources

Mostly:extracted from(1), rdfs:label(1), rdf:type(1)

Maturity scale raw canonical shape-checked rule-derived certified

Extracted FromextractedFrom

Rdfs:labelrdfs:label

  • lemma.name[1]all time · 03e9535f B129 47f6 9c40 934a5df3e95a

Rdf:typerdf:type

Returnsreturns

Is Extracted FromisExtractedFrom

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)

callsFunctionCalls Function(1)

describesFunctionDescribes Function(1)

extractsExtracts(1)

yieldsLemmaYields Lemma(1)

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.

extractedFrombeam/03e9535f-b129-47f6-9c40-934a5df3e95a
ex:wordnet-lemmas
isExtractedFrombeam/b27efc86-7008-4384-852a-049d06d255cb
ex:synset-object
labelbeam/03e9535f-b129-47f6-9c40-934a5df3e95a
lemma.name
typebeam/03e9535f-b129-47f6-9c40-934a5df3e95a
ex:LexicalProperty
returnsbeam/5911aad5-31b8-481d-9758-9632ba044f91
ex:lemma-name-string

References (3)

3 references
  1. [1]beam-chunk3 facts
    customctx:claims/beam/03e9535f-b129-47f6-9c40-934a5df3e95a
    • full textbeam-chunk
      text/plain1 KBdoc:beam/03e9535f-b129-47f6-9c40-934a5df3e95a
      Show 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
  2. [2]beam-chunk1 fact
    customctx:claims/beam/b27efc86-7008-4384-852a-049d06d255cb
    • full textbeam-chunk
      text/plain1 KBdoc:beam/b27efc86-7008-4384-852a-049d06d255cb
      Show 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
  3. [3]beam-chunk1 fact
    customctx:claims/beam/5911aad5-31b8-481d-9758-9632ba044f91
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5911aad5-31b8-481d-9758-9632ba044f91
      Show 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.