Dontopedia

Correct Word

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

Correct Word has 18 facts recorded in Dontopedia across 3 references, with 4 live disagreements.

18 facts·13 predicates·3 sources·4 in dispute

Mostly:rdf:type(3), called with(2), takes parameter(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (8)

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.

usedInUsed in(2)

callsCalls(1)

generatedByGenerated by(1)

hasMethodHas Method(1)

invokesMethodInvokes Method(1)

stepStep(1)

usedByUsed by(1)

Other facts (18)

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.

18 facts
PredicateValueRef
Rdf:typeMethod Call[2]
Rdf:typeMethod[2]
Rdf:typeMethod[3]
Called Withcontext window[1]
Called Withcurrent word[1]
Takes Parametercontext_window[1]
Takes Parameterwords[i][1]
Has ParameterContext Window[2]
Has ParameterTarget Word[2]
Returnscorrected word[1]
Defined inSpell Corrector Class[2]
Uses ModelT5 Small[3]
Functiongenerates context-aware correction[3]
GeneratesCorrection[3]
Is Method ofSpelling Correction Module[3]
UsesPre Trained Model[3]
Receives Input FromGet Context Window[3]
RequiresContext Input[3]

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.

calledWithbeam/0100631c-bfe6-49fe-8b76-b1150559b449
context window
calledWithbeam/0100631c-bfe6-49fe-8b76-b1150559b449
current word
returnsbeam/0100631c-bfe6-49fe-8b76-b1150559b449
corrected word
takesParameterbeam/0100631c-bfe6-49fe-8b76-b1150559b449
context_window
takesParameterbeam/0100631c-bfe6-49fe-8b76-b1150559b449
words[i]
typebeam/28ff3364-2017-4558-946d-63674a03e0f4
ex:MethodCall
hasParameterbeam/28ff3364-2017-4558-946d-63674a03e0f4
ex:context-window
hasParameterbeam/28ff3364-2017-4558-946d-63674a03e0f4
ex:target-word
typebeam/28ff3364-2017-4558-946d-63674a03e0f4
ex:Method
definedInbeam/28ff3364-2017-4558-946d-63674a03e0f4
ex:spell-corrector-class
typebeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:Method
usesModelbeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:t5-small
functionbeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
generates context-aware correction
generatesbeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:correction
isMethodOfbeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:spelling-correction-module
usesbeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:pre-trained-model
receivesInputFrombeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:get-context-window
requiresbeam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
ex:context-input

References (3)

3 references
  1. ctx:claims/beam/0100631c-bfe6-49fe-8b76-b1150559b449
    • full textbeam-chunk
      text/plain1 KBdoc:beam/0100631c-bfe6-49fe-8b76-b1150559b449
      Show excerpt
      self.spell_corrector = pipeline('text2text-generation', model='t5-small') def correct_spelling(self, query): # tokenize the query into words words = query.split() # iterate over each word in the
  2. ctx:claims/beam/28ff3364-2017-4558-946d-63674a03e0f4
    • full textbeam-chunk
      text/plain1 KBdoc:beam/28ff3364-2017-4558-946d-63674a03e0f4
      Show excerpt
      self.context_window = 5 # considering 5 words before and after the target word self.common_misspellings = { 'loking': 'looking', 'improove': 'improve', 'spelng': 'spelling' }
  3. ctx:claims/beam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1c9c925c-d548-4b0a-b17f-58c313ef04ea
      Show excerpt
      2. **Context Extraction**: The `get_context_window` method extracts the context around the target word. 3. **Candidate Generation and Scoring**: The `correct_word` method uses a pre-trained language model (`t5-small`) to generate a context-

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.