Dontopedia

\\b\\w+\\b

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

\\b\\w+\\b has 9 facts recorded in Dontopedia across 4 references, with 3 live disagreements.

9 facts·4 predicates·4 sources·3 in dispute

Mostly:rdf:type(3), uses(2), matches(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (6)

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.

usesRegexPatternUses Regex Pattern(3)

usesRegexUses Regex(2)

usesRegularExpressionUses Regular Expression(1)

Other facts (8)

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.

8 facts
PredicateValueRef
Rdf:typeRegex Pattern[1]
Rdf:typeRegex Pattern[3]
Rdf:typeRegex Pattern[4]
UsesWord Boundary Regex[2]
UsesEscape Function[2]
MatchesWord Tokens[3]
MatchesWord Characters[4]
Regex Syntax\\b[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.

typebeam/730c48fc-40c0-4bb9-aa45-3ee6f2bdd32c
ex:RegexPattern
regexSyntaxbeam/730c48fc-40c0-4bb9-aa45-3ee6f2bdd32c
\\b
usesbeam/6160f680-6610-43df-b520-efa8dbd5ff46
ex:word-boundary-regex
usesbeam/6160f680-6610-43df-b520-efa8dbd5ff46
ex:escape-function
typebeam/e7c6aa25-11df-495a-974c-9dbc5aca18ac
ex:RegexPattern
labelbeam/e7c6aa25-11df-495a-974c-9dbc5aca18ac
\\b\\w+\\b
matchesbeam/e7c6aa25-11df-495a-974c-9dbc5aca18ac
ex:word-tokens
typebeam/5a656395-eca3-4495-bbd0-31046aeca5e6
ex:RegexPattern
matchesbeam/5a656395-eca3-4495-bbd0-31046aeca5e6
ex:word-characters

References (4)

4 references
  1. ctx:claims/beam/730c48fc-40c0-4bb9-aa45-3ee6f2bdd32c
    • full textbeam-chunk
      text/plain1 KBdoc:beam/730c48fc-40c0-4bb9-aa45-3ee6f2bdd32c
      Show excerpt
      query = self.sanitize_query(query) query = self.apply_keyword_substitution(query) query = self.apply_pattern_matching(query) query = self.apply_contextual_expansion(query) return query def saniti
  2. ctx:claims/beam/6160f680-6610-43df-b520-efa8dbd5ff46
    • full textbeam-chunk
      text/plain1 KBdoc:beam/6160f680-6610-43df-b520-efa8dbd5ff46
      Show excerpt
      (r'\bOR\b', 'ORELSE') ] self.contextual_expansions = { 'table': 'TABLE_NAME', 'condition': 'CONDITION_VALUE' } def rewrite_query(self, query): try: expande
  3. ctx:claims/beam/e7c6aa25-11df-495a-974c-9dbc5aca18ac
    • full textbeam-chunk
      text/plain1 KBdoc:beam/e7c6aa25-11df-495a-974c-9dbc5aca18ac
      Show excerpt
      [Turn 10780] User: I've improved tokenization accuracy by 13% for 5,000 queries after rule adjustments, but I'm struggling to optimize the code for better performance; can you help me identify bottlenecks and suggest improvements? ```python
  4. ctx:claims/beam/5a656395-eca3-4495-bbd0-31046aeca5e6
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5a656395-eca3-4495-bbd0-31046aeca5e6
      Show excerpt
      with ProcessPoolExecutor(max_workers=max_workers) as executor: for token_freq in executor.map(tokenize_text, text_chunks): results.append(token_freq) return results # Example usage text_chunks = ["This is an exa

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.