score_word
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
score_word has 25 facts recorded in Dontopedia across 7 references, with 3 live disagreements.
Mostly:takes parameter(3), has parameter(3), sums letter scores(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound 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.
assignedValueOfAssigned Value of(2)
- Sa Variable
ex:sa-variable - Sb Variable
ex:sb-variable
callsFunctionCalls Function(2)
- Compare Words Function
ex:compare-words-function - Score Word Call on Wa
ex:score-word-call-on-wa
callsFunctionOnCalls Function on(1)
- Sa Variable
ex:sa-variable
definesFunctionDefines Function(1)
- Scrabble Solver Code
ex:scrabble-solver-code
hasFunctionHas Function(1)
- Scrabble Solver C Program
ex:scrabble-solver-c-program
printsWordAndScorePrints Word and Score(1)
- Main Function
ex:main-function
Other facts (23)
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.
| Predicate | Value | Ref |
|---|---|---|
| Takes Parameter | Const Char Star Word | [1] |
| Takes Parameter | const char* word | [2] |
| Takes Parameter | const char* word | [4] |
| Has Parameter | Parameter Word | [5] |
| Has Parameter | word | [6] |
| Has Parameter | Param Word | [7] |
| Sums Letter Scores | Word Letters | [1] |
| Sums Letter Scores | Word Chars | [4] |
| Calls Function | Letter Score Function | [5] |
| Calls Function | Letter Score Function | [7] |
| Iterates Over Chars | true | [2] |
| Computes Sum of | Letter Scores | [2] |
| Depends on | Letter Score Function | [2] |
| Used for Sorting | null | [3] |
| Computes Word Score | null | [3] |
| Initializes Score | 0 | [4] |
| Iterates Until Null | Word[i] | [4] |
| Returns Total Score | Score | [4] |
| Uses Function | Letter Score Function | [6] |
| Has Return Type | int | [6] |
| Accumulates Score | score | [6] |
| Uses Iteration | For Loop | [7] |
| Accumulates Value | score | [7] |
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 (7)
ctx:discord/blah/omega/part-560ctx:discord/blah/omega/part-565ctx:discord/blah/omega/part-561ctx:discord/blah/omega/part-562ctx:discord/blah/omega/555- full textomega-555text/plain2 KB
doc:agent/omega-555/09a46997-67f1-4753-a041-de893a761be6Show excerpt
[2025-12-04 15:03] omega [bot]: The code execution environment rejected the C code submission with a 401 Unauthorized error. Here's the full C program for a scrabble solver as requested. You can compile and run it locally on your system: …
ctx:discord/blah/omega/557- full textomega-557text/plain2 KB
doc:agent/omega-557/f64a4287-be13-426c-8f69-6e6586e0cba1Show excerpt
[2025-12-04 15:04] omega [bot]: Good catch — the C code got split between two blocks, which likely confused uncloseai (and maybe anyone trying to copy it). Here’s the entire scrabble solver C program combined into a single code block for c…
ctx:discord/blah/omega/560- full textomega-560text/plain2 KB
doc:agent/omega-560/c9abfec9-7715-462e-b0e7-d39612fd6975Show excerpt
[2025-12-04 15:17] omega [bot]: ```c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #define MAX_WORDS 21 #if __has_include(<unistd.h>) #include <unistd.h> #endif // Try common dictionary pa…
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.