Apply Pattern Matching Method
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Apply Pattern Matching Method has 20 facts recorded in Dontopedia across 2 references.
Mostly:has parameter(2), uses data structure(1), uses library(1)
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.
callsMethodCalls Method(2)
- Expand Query Method
ex:expand-query-method - Expand Query Method
ex:expand-query-method
calledAfterCalled After(1)
- Apply Contextual Expansion Method
ex:apply-contextual-expansion-method
callsMethodInOrderCalls Method in Order(1)
- Expand Query Method
ex:expand-query-method
callsMethodInSequenceCalls Method in Sequence(1)
- Expand Query Method
ex:expand-query-method
hasMethodHas Method(1)
- Query Rewriter Class
ex:query-rewriter-class
isParameterOfIs Parameter of(1)
- Query Parameter
ex:query-parameter
usedInUsed in(1)
- Re Sub Function
ex:re-sub-function
Other facts (20)
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 |
|---|---|---|
| Has Parameter | Query Parameter | [1] |
| Has Parameter | Query Parameter | [2] |
| Uses Data Structure | Pattern Rules List | [1] |
| Uses Library | Re Module | [1] |
| Returns Value | Query | [1] |
| Performs String Replacement | Query | [1] |
| Is Instance Method | true | [1] |
| Iterates Over List | Pattern Rules List | [1] |
| Does Not Call Items Method | true | [1] |
| Inverse of | Pattern Matching | [1] |
| Iterates Over Pairs Directly | true | [1] |
| Differs From Other Expansion Methods | Iteration Mechanism | [1] |
| Uses Pattern Directly | true | [1] |
| Iterates Over | Pattern Rules Attribute | [2] |
| Uses Regular Expression | Pattern Variable | [2] |
| Uses Function | Re Sub Function | [2] |
| Returns | String | [2] |
| Called by | Expand Query Method | [2] |
| Rdf:type | Private Method | [2] |
| Called After | Apply Keyword Substitution Method | [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.
References (2)
ctx:claims/beam/153e4e5d-ec21-49b2-b791-2f914920617a- full textbeam-chunktext/plain1 KB
doc:beam/153e4e5d-ec21-49b2-b791-2f914920617aShow excerpt
def rewrite_query(self, query): try: expanded_query = self.expand_query(query) logging.info(f"Original Query: {query} | Expanded Query: {expanded_query}") return expanded_query except …
ctx:claims/beam/6160f680-6610-43df-b520-efa8dbd5ff46- full textbeam-chunktext/plain1 KB
doc:beam/6160f680-6610-43df-b520-efa8dbd5ff46Show excerpt
(r'\bOR\b', 'ORELSE') ] self.contextual_expansions = { 'table': 'TABLE_NAME', 'condition': 'CONDITION_VALUE' } def rewrite_query(self, query): try: expande…
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.