Dontopedia

synonym storage

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

synonym storage has 3 facts recorded in Dontopedia across 2 references, with 1 live disagreement.

3 facts·1 predicates·2 sources·1 in dispute
Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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.

encapsulatesEncapsulates(3)

Other facts (2)

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.

2 facts
PredicateValueRef
Rdf:typeData Structure[1]
Rdf:typeData Storage Concept[2]

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.

typebeam/866cc857-ac06-46bc-8040-c98e5126053f
ex:data-structure
typebeam/12269cc1-9508-4110-9043-edaf3b3aab3e
ex:DataStorageConcept
labelbeam/12269cc1-9508-4110-9043-edaf3b3aab3e
synonym storage

References (2)

2 references
  1. ctx:claims/beam/866cc857-ac06-46bc-8040-c98e5126053f
    • full textbeam-chunk
      text/plain1 KBdoc:beam/866cc857-ac06-46bc-8040-c98e5126053f
      Show excerpt
      self.synonyms[context][term].append(synonym) def get_synonyms(self, term, context): return self.synonyms[context].get(term, []) # Example usage: module = ContextAwareSynonymLookupModule() # Add synonyms with context m
  2. ctx:claims/beam/12269cc1-9508-4110-9043-edaf3b3aab3e
    • full textbeam-chunk
      text/plain1 KBdoc:beam/12269cc1-9508-4110-9043-edaf3b3aab3e
      Show excerpt
      print(module.get_synonyms('hello')) # Output: [] ``` ### Explanation 1. **Use `defaultdict`**: - `defaultdict(list)` allows storing multiple synonyms for a single term. - This ensures that each term can have a list of synonyms. 2.

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.