Dontopedia

Synsets

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

Synsets has 11 facts recorded in Dontopedia across 5 references, with 1 live disagreement.

11 facts·8 predicates·5 sources·1 in dispute

Mostly:rdf:type(4), returns(1), is assigned to(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (12)

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.

assignsAssigns(2)

constituentOfConstituent of(1)

ex:hasFunctionEx:has Function(1)

hasMethodHas Method(1)

iteratesIterates(1)

iteratesOverIterates Over(1)

iterationSourceIteration Source(1)

organizesWordsIntoOrganizes Words Into(1)

providesProvides(1)

returnsReturns(1)

usesUses(1)

Other facts (11)

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.

11 facts
PredicateValueRef
Rdf:typeCollection[1]
Rdf:typeVariable[2]
Rdf:typeSynonym Sets[4]
Rdf:typeWordnet Method[5]
ReturnsLemmas[1]
Is Assigned toVariable[1]
Is Assigned byFor Loop Over Tokens[1]
Assigned byWordnet Synsets Call[2]
Is TypeSet of Synonyms[3]
Definitionsets of synonyms[4]
Consist ofSynonyms[4]

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.

returnsbeam/30196b02-e710-4de9-807e-b72cfda7e001
ex:lemmas
typebeam/30196b02-e710-4de9-807e-b72cfda7e001
ex:Collection
isAssignedTobeam/30196b02-e710-4de9-807e-b72cfda7e001
ex:variable
isAssignedBybeam/30196b02-e710-4de9-807e-b72cfda7e001
ex:forLoop-over-tokens
typebeam/4be5ccbb-c1b7-4c71-b494-78fd7c33ee6f
ex:Variable
assignedBybeam/4be5ccbb-c1b7-4c71-b494-78fd7c33ee6f
ex:wordnet_synsets_call
isTypebeam/5911aad5-31b8-481d-9758-9632ba044f91
ex:set-of-synonyms
typebeam/0080335e-5217-4745-8e22-4822685c6012
ex:synonym-sets
definitionbeam/0080335e-5217-4745-8e22-4822685c6012
sets of synonyms
consistOfbeam/0080335e-5217-4745-8e22-4822685c6012
ex:synonyms
typebeam/edca9501-cce9-465a-87b1-ca97ba8c21a7
ex:WordnetMethod

References (5)

5 references
  1. ctx:claims/beam/30196b02-e710-4de9-807e-b72cfda7e001
    • full textbeam-chunk
      text/plain1 KBdoc:beam/30196b02-e710-4de9-807e-b72cfda7e001
      Show excerpt
      # Extract synonyms for each token synonyms = [] for token in tokens: # Use WordNet to get synonyms synsets = nltk.corpus.wordnet.synsets(token) for synset in synsets: for lemma in synset.lemma
  2. ctx:claims/beam/4be5ccbb-c1b7-4c71-b494-78fd7c33ee6f
  3. ctx: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
  4. ctx:claims/beam/0080335e-5217-4745-8e22-4822685c6012
    • full textbeam-chunk
      text/plain1 KBdoc:beam/0080335e-5217-4745-8e22-4822685c6012
      Show excerpt
      ``` I'm looking for ways to improve the accuracy of the expansion algorithm. Can someone help me with some suggestions? ->-> 2,20 [Turn 10147] Assistant: To improve the accuracy of your synonym expansion algorithm, you can consider several
  5. ctx:claims/beam/edca9501-cce9-465a-87b1-ca97ba8c21a7

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.