Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Compressed pattern matching (view), Gestalt pattern matching (view)

searching for Pattern matching 303 found (560 total)

alternate case: pattern matching

JBIG2 (1,826 words) [view diff] exact match in snippet view article find links to article

methods for text image data: pattern matching and substitution (PM&S) and soft pattern matching (SPM). Pattern matching and substitution (PM&S) is the
Raku rules (1,323 words) [view diff] no match in snippet view article find links to article
programming language, and are a core part of the language. Since Perl's pattern-matching constructs have exceeded the capabilities of formal regular expressions
Inventory of Conflict and Environment (718 words) [view diff] exact match in snippet view article find links to article
international relations research. The cases can be searched through a pattern matching tool. ICE establishes a perspective in which disaggregated data is
Web log analysis software (190 words) [view diff] exact match in snippet view article find links to article
supported by log analysis packages may include "hit filters", which use pattern matching to examine selected log data.[citation needed] Number of visits and
OpenBSM (221 words) [view diff] exact match in snippet view article find links to article
the libbsm API to support easier audit trail analysis, including a pattern matching library. OpenBSM is derived from the BSM audit implementation found
Gremlin (query language) (1,478 words) [view diff] exact match in snippet view article
==>[a:Raiders of the Lost Ark, b:4.47772] Gremlin supports declarative graph pattern matching similar to SPARQL. For instance, the following query below uses Gremlin's
Gad Landau (1,254 words) [view diff] exact match in snippet view article find links to article
Israeli computer scientist noted for his contributions to combinatorial pattern matching and string algorithms and is the founding department chair of the Computer
Artificial Linguistic Internet Computer Entity (752 words) [view diff] exact match in snippet view article find links to article
engages in a conversation with a human by applying some heuristical pattern matching rules to the human's input. It was inspired by Joseph Weizenbaum's
HRL Laboratories (883 words) [view diff] exact match in snippet view article find links to article
a pattern matching method using time-delay neural networks that is two times faster than deterministic finite automata for exact pattern matching (2011)
Web scraping (3,808 words) [view diff] no match in snippet view article find links to article
Web scraping, web harvesting, or web data extraction is data scraping used for extracting data from websites. Web scraping software may directly access
ALF (proof assistant) (123 words) [view diff] exact match in snippet view article
to support inductive families and dependent pattern matching. Thierry Coquand (1992). "Pattern Matching with Dependent Types". In Bengt Nordström, Kent
Grammar-based code (589 words) [view diff] exact match in snippet view article find links to article
grammar-based codes is very broad. It includes block codes, the multilevel pattern matching (MPM) algorithm, variations of the incremental parsing Lempel-Ziv code
LigandScout (374 words) [view diff] no match in snippet view article find links to article
macromolecule. These pharmacophores can be overlaid and superimposed using a pattern-matching based alignment algorithm that is solely based on pharmacophoric feature
Permutation pattern (4,037 words) [view diff] exact match in snippet view article find links to article
of length k {\displaystyle k} (called the pattern), the permutation pattern matching (PPM) problem asks whether π {\displaystyle \pi } is contained in τ
OmniMark (2,137 words) [view diff] no match in snippet view article find links to article
that can be used to guide the transformation of text via the OmniMark pattern-matching facility. When each start tag is encountered, OmniMark pushes another
Id (programming language) (409 words) [view diff] exact match in snippet view article
type-checked polymorphic type system with overloading, user defined types and pattern matching, and prefix and infix operators. It led to the development of pH, a
ObjectDatabase++ (2,079 words) [view diff] exact match in snippet view article find links to article
numerous supported index methods including full-text and biometric pattern matching. The initial development was implemented by Ekky Software from 2001
Phylo (video game) (938 words) [view diff] no match in snippet view article
in November 2010. Designed as a game with a purpose, players solve pattern-matching puzzles that represent nucleotide sequences of different phylogenetic
Global Consciousness Project (1,797 words) [view diff] exact match in snippet view article find links to article
saying the data anomalies reported by the project are the result of "pattern matching" and selection bias which ultimately fail to support a belief in psi
Synthetic schlieren (219 words) [view diff] exact match in snippet view article find links to article
causes a distortion of the pattern in the image seen by the camera. Pattern matching algorithms can measure this distortion and calculate a qualitative
XSLT (3,271 words) [view diff] exact match in snippet view article find links to article
computations. XSLT is influenced by functional languages, and by text-based pattern matching languages like SNOBOL and AWK. Its most direct predecessor is DSSSL
ToolTalk (169 words) [view diff] no match in snippet view article find links to article
desktop protocols never took full advantage of its power. Simpler pattern-matching systems like Apple Computer's AppleScript system did just as well.
JAPE (linguistics) (208 words) [view diff] no match in snippet view article
over annotations based on regular expressions. Thus, it is useful for pattern-matching, semantic extraction, and many other operations over syntactic trees
Hume (programming language) (811 words) [view diff] no match in snippet view article
maps inputs to outputs in a purely functional way using high-level pattern-matching. It is structured as a series of levels, each of which exposes different
New chronology (Fomenko) (5,919 words) [view diff] no match in snippet view article
The new chronology is a pseudohistorical theory proposed by Anatoly Fomenko who argues that events of antiquity generally attributed to the ancient civilizations
GrGen (495 words) [view diff] exact match in snippet view article find links to article
modular graph rewrite rules, which are built on declarative graph pattern matching and rewriting; they are supplemented by many of the constructs that
Vaughan Pratt (926 words) [view diff] exact match in snippet view article find links to article
student at Berkeley; the coauthored result was the Knuth–Morris–Pratt pattern matching algorithm. In 1976, he developed the system of dynamic logic, a modal
Convera Corporation (1,346 words) [view diff] exact match in snippet view article find links to article
parallel, Excalibur demonstrated several successful applications of APRP pattern matching using multimedia data types (including text data, signal data, and
Expr (377 words) [view diff] exact match in snippet view article find links to article
operating system. expr evaluates integer or string expressions, including pattern matching regular expressions. Each symbol (operator, value, etc.) in the expression
Digital Automated Identification System (525 words) [view diff] exact match in snippet view article find links to article
service based interfaces and was able to offload compute intensive pattern matching operations onto an NVIDIA GPU programmed using CUDA. This installation
Coinduction (1,921 words) [view diff] no match in snippet view article find links to article
with lazy evaluation. Informally, rather than defining a function by pattern-matching on each of the inductive constructors, one defines each of the "destructors"
SWAT and WADS conferences (494 words) [view diff] case mismatch in snippet view article find links to article
WADS, SWAT. Navarro, Gonzalo; Raffinot, Mathieu (2002), Flexible Pattern Matching in Strings, Cambridge University Press, ISBN 978-0-521-81307-5. Section
Curry (programming language) (1,650 words) [view diff] exact match in snippet view article
follows: data Bool = True | False Functions on Booleans can be defined by pattern matching, i.e., by providing several equations for different argument values:
Make (software) (4,400 words) [view diff] exact match in snippet view article
files. Another route to simplify the build process is to use so-called pattern matching rules that can be combined with compiler-assisted dependency generation
Martin Stevens (biologist) (1,581 words) [view diff] exact match in snippet view article
photography to study animal coloration, Disruptive coloration and background pattern matching. In total, his articles have thousands of citations. Stevens is an
Ralph H. Baer (3,262 words) [view diff] no match in snippet view article find links to article
(1978) and its sequel Super Simon (1979) for Milton Bradley, electronic pattern-matching games that were immensely popular through the late 1990s. Simon was
X logical font description (371 words) [view diff] exact match in snippet view article find links to article
intended to support: unique, descriptive font names that support simple pattern matching multiple font vendors, arbitrary character sets, and encodings naming
Penney's game (1,092 words) [view diff] case mismatch in snippet view article find links to article
H. Freeman, 1988. L.J. Guibas and A.M. Odlyzko, "String Overlaps, Pattern Matching, and Nontransitive Games", Journal of Combinatorial Theory, Series
PlasMapper (331 words) [view diff] exact match in snippet view article find links to article
plasmid/vector DNA sequence as input (FASTA format) and uses sequence pattern matching and BLAST sequence alignment to automatically identify and label common
Graph Query Language (4,272 words) [view diff] exact match in snippet view article find links to article
superset of SQL/PGQ. More details about the pattern matching language can be found in the paper "Graph Pattern Matching in GQL and SQL/PGQ" Cypher is a language
Early Cinema History Online (491 words) [view diff] exact match in snippet view article find links to article
The searchable online database format allows for trend searches and pattern matching. For example, "Databases can also help us to validate, refute or differentiate
XML transformation language (1,035 words) [view diff] exact match in snippet view article find links to article
extension of Frisch's XStream language with output shredding, while pattern matching is replaced by tree navigation with XPath expressions. ([1]) XStream:
ATS (programming language) (2,266 words) [view diff] exact match in snippet view article
@(int, char) = @(15, 'c') // x.0 = 15 ; x.1 = 'c' val @(a, b) = x // pattern matching binding, a= 15, b='c' val x = @{first=15, second='c'} // x.first =
Alfred Aho (1,760 words) [view diff] exact match in snippet view article find links to article
Bell Labs where he devised efficient regular expression and string-pattern matching algorithms that he implemented in the first versions of the Unix tools
Gonzalo Navarro (876 words) [view diff] case mismatch in snippet view article find links to article
cited researchers in Latin America, having authored the books Flexible Pattern Matching in Strings and Compact Data Structures, around 25 book chapters, over
Magnetic resonance fingerprinting (1,857 words) [view diff] exact match in snippet view article find links to article
Labeling (MRF-ASL) perfusion to generate fingerprints for pattern matching. Pattern matching introduces a degree of error tolerance, as long as the errors
Ambit (108 words) [view diff] exact match in snippet view article find links to article
refer to: Ambit (magazine), a literary magazine AMBIT, a family of pattern matching programming languages AMBIT (Adolescent Mentalization-Based Integrative
General-purpose macro processor (443 words) [view diff] exact match in snippet view article find links to article
major component of his mobile programming system, MPS. Stage2 uses a pattern matching algorithm to match input lines of text against a set of templates.
Anna Lubiw (544 words) [view diff] exact match in snippet view article find links to article
Algorithms, 1991. Bose, Prosenjit; Buss, Jonathan F.; Lubiw, Anna (1998), "Pattern matching for permutations", Information Processing Letters, 65 (5): 277–283
Graph-tool (559 words) [view diff] exact match in snippet view article find links to article
epithelium folding", Nature, 2015 [1] Ma, Shuai, et al. "Distributed graph pattern matching." Proceedings of the 21st international conference on World Wide Web
FORM (symbolic manipulation system) (394 words) [view diff] exact match in snippet view article
Multi-threaded execution, parallelized version for computer clusters Powerful pattern matching and replacing Fast trace calculation especially of gamma matrices Built-in
Pelisse (894 words) [view diff] exact match in snippet view article find links to article
was further decorated with patterns sewn in bullion lace, often in a pattern matching that of the dolman worn beneath it. The front of the jacket was distinctive
Brenda Baker (532 words) [view diff] exact match in snippet view article find links to article
software tools. Specifically, she has worked on problems involving string pattern matching, combinatorial algorithms, and approximation algorithms for NP-hard
Brenda Baker (532 words) [view diff] exact match in snippet view article find links to article
software tools. Specifically, she has worked on problems involving string pattern matching, combinatorial algorithms, and approximation algorithms for NP-hard
SpaceFM (345 words) [view diff] case mismatch in snippet view article find links to article
clipboard functions Video & image thumbnails Search with support for IEEE Pattern Matching Notation Bash integration (with in app tab completion) Task Manager
Grep (1,518 words) [view diff] no match in snippet view article find links to article
Sun; Manber, Udi (20–24 January 1992). Agrep -- a fast approximate pattern-matching tool. 1992 Winter USENIX Conference. San Francisco, California. CiteSeerX 10
ACT-R (3,984 words) [view diff] exact match in snippet view article find links to article
included a new mechanism in ACT-R production specification called dynamic pattern matching.  Unlike previous versions which required the pattern matched by a
Deep content inspection (2,101 words) [view diff] exact match in snippet view article find links to article
including; Hardware limitations: Since DPI systems implement their pattern matching (or searches for ‘offending’ patterns) through hardware, these systems
Contextual advertising (568 words) [view diff] exact match in snippet view article find links to article
content of a webpage. Competitors use language-independent proximity pattern matching algorithms to increase matching accuracy. Media.net is the other major
Web feed (1,245 words) [view diff] exact match in snippet view article find links to article
email box where messages must be sorted by user-defined rules and pattern matching). See Wikipedia:Syndication on how various aspects of Wikipedia can
Network processor (1,250 words) [view diff] exact match in snippet view article find links to article
functions are typically present in a network processor, which include: Pattern matching – the ability to find specific patterns of bits or bytes within packets
LCP array (4,379 words) [view diff] exact match in snippet view article find links to article
simulate top-down and bottom-up traversals of the suffix tree, speeds up pattern matching on the suffix array and is a prerequisite for compressed suffix trees
Zooniverse (3,306 words) [view diff] exact match in snippet view article find links to article
000 documents from the Tate Archive. 1 Sep 2015 — Galaxy Zoo Mergers Pattern matching Compared images of galaxies discovered by the original Galaxy Zoo to
High Level Assembly (1,655 words) [view diff] no match in snippet view article find links to article
hundreds of built-in functions, including a rich set of string and pattern-matching functions. The HLA CTL allows programmers to create CTL programs that
Hamilton C shell (691 words) [view diff] exact match in snippet view article find links to article
Programming Considered Harmful by Tom Christiansen "Wildcarding and pattern matching". Hamilton Laboratories. Retrieved August 13, 2018. Hamilton, Doug
JoCaml (545 words) [view diff] no match in snippet view article find links to article
Tea Refund 5 Join-calculus Ma, Qin; Maranget, Luc (2004). "Compiling Pattern-Matching in Join-Patterns". Proceedings of the 15th International Conference
Separable permutation (1,420 words) [view diff] case mismatch in snippet view article find links to article
"Longest common separable pattern among permutations", Combinatorial Pattern Matching (CPM 2007), Lecture Notes in Computer Science, vol. 4580, Springer
Sardinas–Patterson algorithm (1,375 words) [view diff] exact match in snippet view article find links to article
the number of codewords. The algorithm can be implemented using a pattern matching machine. The algorithm can also be implemented to run on a nondeterministic
Consonance and dissonance (7,681 words) [view diff] exact match in snippet view article find links to article
by one of these mechanisms: Fusion or pattern matching: fundamentals may be perceived through pattern matching of the separately analyzed partials to
Dawes' limit (166 words) [view diff] exact match in snippet view article find links to article
diffraction pattern matching Dawes' limit
Java (software platform) (8,479 words) [view diff] exact match in snippet view article
enhancements, provides pattern matching for switch statements and sealed classes 16 2021 Introduced record classes, pattern matching, and sealed classes
C POSIX library (181 words) [view diff] no match in snippet view article find links to article
<ftw.h> File tree traversal Issue 1 <glob.h> Pathname "globbing" (pattern-matching) Issue 4 <grp.h> User group information and control Issue 1 <iconv
Pkill (197 words) [view diff] no match in snippet view article find links to article
include: kill, which sends signals processes by process ID instead of by pattern-matching against the name. renice, which changes the priority of a process.
John Kieffer (1,037 words) [view diff] case mismatch in snippet view article find links to article
Mathematical Analysis, 12 (3): 293–305, doi:10.1137/0512027 Multilevel Pattern Matching Grammar-Based Code SEQUENTIAL Grammar-Based Code Longest-Match Grammar-Based
Saccharomyces Genome Database (1,161 words) [view diff] case mismatch in snippet view article find links to article
genes to more general terms and/or bins them into broad categories. Pattern Matching is a resource that allows users to search for short nucleotide or peptide
Unary numeral system (1,251 words) [view diff] exact match in snippet view article find links to article
in particular p. 48. Blaxell, David (1978), "Record linkage by bit pattern matching", in Hogben, David; Fife, Dennis W. (eds.), Computer Science and Statistics--Tenth
Noga Alon (1,336 words) [view diff] no match in snippet view article find links to article
combinatorics; color-coding, a technique for fixed-parameter tractability of pattern-matching algorithms in graphs; and the Alon–Boppana bound in spectral graph
Hope (programming language) (493 words) [view diff] exact match in snippet view article
clauses does not change the meaning of the program, because Hope's pattern matching always favors more specific patterns over less specific ones. Explicit
1973 in science (1,274 words) [view diff] exact match in snippet view article find links to article
7164/antibiotics.29.1346. PMID 1010803. Peter Weiner (October 1973). "Linear pattern matching algorithms". Symposium on Foundations of Computer Science: 1–11. CiteSeerX 10
DTW (disambiguation) (103 words) [view diff] exact match in snippet view article
railway station in Worcestershire, England Dynamic time warping, a pattern matching algorithm Dance Theater Workshop, an American performance venue in
Srinivas Aluru (1,151 words) [view diff] case mismatch in snippet view article find links to article
Efficient Linear Time Construction of Suffix Arrays". Combinatorial Pattern Matching. Lecture Notes in Computer Science. Vol. 2676. Springer, Berlin, Heidelberg
CRM114 (program) (696 words) [view diff] exact match in snippet view article
available under the GPL. At a deeper level, CRM114 is also a string pattern matching language, similar to grep or even Perl; although it is Turing complete
Mr. Monk Is Miserable (1,081 words) [view diff] exact match in snippet view article find links to article
addition to the TV and horse manure, Barlier owns a putter with a pattern matching the wound in Chalmers's skull and dinner plates taken from the trash
James H. Morris (453 words) [view diff] case mismatch in snippet view article find links to article
Computer Scientist. D. E. Knuth, J. H. Morris, V. R. Pratt (1977). Fast Pattern Matching in Strings, SIAM Journal on Computing. 6 (2): 323–350 Morris, J. H
Union (set theory) (1,989 words) [view diff] exact match in snippet view article
Alternation (formal language theory) – in formal language theory and pattern matching, the union of two sets of strings or patternsPages displaying wikidata
Intrusion detection system evasion techniques (1,612 words) [view diff] exact match in snippet view article find links to article
ways. For example, signature-based intrusion detection systems use pattern matching algorithms to match incoming packets against signatures of known attacks
QUEL query languages (623 words) [view diff] exact match in snippet view article find links to article
contrast, SQL uses = only for exact matches, while like is used when pattern matching is required. D4 (programming language) (an implementation of D) Relational
Matching logic (2,519 words) [view diff] exact match in snippet view article find links to article
it. This way, matching logic is said to admit a semantics based on pattern matching. Matching logic was initially coined by Grigore Rosu and finalized
Search by sound (396 words) [view diff] exact match in snippet view article find links to article
clip, it will generate a signature for that clip. Then it’s simple pattern matching from there using an extensive audio music database. The practice of
Sparrow's resolution limit (418 words) [view diff] exact match in snippet view article find links to article
Diffraction pattern matching Sparrow's resolution limit
Method of Four Russians (590 words) [view diff] exact match in snippet view article find links to article
calculation, sequence alignment, index calculation for binary jumbled pattern matching. In each of these cases it speeds up the algorithm by one or two logarithmic
InfiniteGraph (470 words) [view diff] exact match in snippet view article find links to article
Traverser and graph navigation API, predicate language qualification, path pattern matching. Parallel query support Visualization: InfiniteGraph "Studio." Schema:
TREE-META (1,028 words) [view diff] exact match in snippet view article find links to article
It demonstrates one of the key features of TREE-META, which is tree pattern matching. It is used on both the LHS (GET and VAL for example) and the RHS (ADD
Frank Press (1,441 words) [view diff] exact match in snippet view article find links to article
collaborations with Vladimir Keilis-Borok and Leon Knopoff on computer pattern matching techniques that could be applied to earthquake prediction. In 1976
Azul (board game) (1,286 words) [view diff] exact match in snippet view article
tile-drafting mechanism, and significantly increased the complexity of the pattern matching – with hexagonal tiles now having combinations of colours and symbols
Oracle Database (1,378 words) [view diff] case mismatch in snippet view article find links to article
Multitenant architecture, In-Memory Column Store, Native JSON, SQL Pattern Matching, Database Cloud Service Old version, not maintained: Oracle Database
Model transformation language (769 words) [view diff] no match in snippet view article find links to article
transformation engine Tom : a language based on rewriting calculus, with pattern-matching and strategies UML-RSDS [9] : a model transformation and MDD approach
David Cope (1,612 words) [view diff] case mismatch in snippet view article find links to article
Linguistic-based Composition." Interface, vol. 18: 117–139. 1990. "Pattern Matching as an Engine for the Computer Simulation of Musical Style." In Proceedings
Spell checker (2,387 words) [view diff] no match in snippet view article find links to article
words. This requires reducing words to a skeletal form and applying pattern-matching algorithms. It might seem logical that where spell-checking dictionaries
Puzzle hunt (1,360 words) [view diff] exact match in snippet view article find links to article
are used more specifically for puzzle hunts and similar activities. Pattern matching tools like Nutrimatic allow for search and completion for words or
Random graph (2,328 words) [view diff] exact match in snippet view article find links to article
has been studied empirically using an algorithm based on symbolic pattern matching. A random tree is a tree or arborescence that is formed by a stochastic
CBU-97 Sensor Fuzed Weapon (1,064 words) [view diff] no match in snippet view article find links to article
(460 m × 150 m) using infrared and laser sensors, seeking targets by pattern-matching. When a Skeet finds a target it fires an explosively-formed penetrator
Glob (170 words) [view diff] exact match in snippet view article find links to article
published by Marvel Comics glob (programming), a mini-language used for pattern matching of file and folder paths Glob (TV series), an Italian comedy series
VisSim (1,139 words) [view diff] exact match in snippet view article find links to article
reading and writing of serial data from the VisSim diagram. It supports pattern matching, string based transmit, and simulated data streams. User Datagram Protocol
Web framework (2,473 words) [view diff] exact match in snippet view article find links to article
models and views).[citation needed] A URL mapping system that uses pattern matching or rewriting to route and handle requests allows for shorter more "friendly
List of sequence alignment software (2,358 words) [view diff] no match in snippet view article find links to article
programming Both Both + Ends-free Y. M. Chan 2003 BLASTZ, LASTZ Seeded pattern-matching Nucleotide Local Schwartz et al. 2004,2009 CUDAlign DNA sequence alignment
Joseph Weizenbaum (1,572 words) [view diff] exact match in snippet view article find links to article
programming language of Weizenbaum's own creation. The program applied pattern matching rules to statements to figure out its replies. (Programs like this
S. Rao Kosaraju (267 words) [view diff] exact match in snippet view article find links to article
a point set. His research efforts include efficient algorithms for pattern matching, data structure simulations, universal graphs, DNA sequence assembly
French Institute for Research in Computer Science and Automation (873 words) [view diff] exact match in snippet view article find links to article
multi-physics simulation with an emphasis on medical simulation. TOM, a pattern matching language ViSP, an open source visual servoing platform library XtreemFS
Raku (programming language) (5,543 words) [view diff] no match in snippet view article
support has always been one of its defining features. Since Perl's pattern-matching constructs have exceeded the capabilities of regular language expressions
Alma-0 (627 words) [view diff] case mismatch in snippet view article find links to article
unnatural. Liu, Jed; Myers, Andrew C. (2003). "JMatch: Iterable Abstract Pattern Matching for Java". Practical Aspects of Declarative Languages. Lecture Notes
Clean URL (980 words) [view diff] exact match in snippet view article find links to article
manipulate. The implementation of clean URLs involves URL mapping via pattern matching or transparent rewriting techniques. As this usually takes place on
BK-tree (1,564 words) [view diff] case mismatch in snippet view article find links to article
trees. In M. Crochemore and D. Gusfield, editors, 5th Combinatorial Pattern Matching, LNCS 807, pages 198–212, Asilomar, CA, June 1994. ^ Ricardo Baeza-Yates
List of text mining software (769 words) [view diff] exact match in snippet view article find links to article
support. Mathematica – provides built in tools for text alignment, pattern matching, clustering and semantic analysis. See Wolfram Language, the programming
Decompiler (2,265 words) [view diff] exact match in snippet view article find links to article
sequence, or change the ordering of instructions in the sequence. A pattern matching process in the disassembly phase would probably not recognize the altered
VEDIT (831 words) [view diff] exact match in snippet view article find links to article
Vedit's search function supports both regular expressions and its own pattern matching codes. Wildfile function allows you to perform searches, search/replace
Richard J. Cole (206 words) [view diff] exact match in snippet view article find links to article
include algorithmic economic market theory and game theory, string and pattern matching, amortization, parallelism, and network and routing problems. His notable
Michael O. Rabin (1,601 words) [view diff] no match in snippet view article find links to article
2007-03-15. Karp, RM; Rabin, MO (March 1987). "Efficient randomized pattern-matching algorithms". IBM Journal of Research and Development. 31 (2): 249–260
Enterprise service bus (1,738 words) [view diff] no match in snippet view article find links to article
service Complex event processing event-interpretation, correlation, pattern-matching Other quality of service security (encryption and signing), reliable
Data type (3,407 words) [view diff] exact match in snippet view article find links to article
variants (product of fields). Values of algebraic types are analyzed with pattern matching, which identifies a value's constructor and extracts the fields it
Factor oracle (181 words) [view diff] exact match in snippet view article find links to article
C., Crochemore M., Raffinot M., Factor oracle: a new structure for pattern matching; Proceedings of SOFSEM’99; Theory and Practice of Informatics. Assayag
Manta Matcher (396 words) [view diff] no match in snippet view article find links to article
supporting global research and conservation efforts. Manta Matcher is a pattern-matching software that eases researcher workload; key spot pattern features
Maxime Crochemore (436 words) [view diff] exact match in snippet view article find links to article
string algorithms. He in particular introduced new algorithms for pattern matching, string indexing and text compression. His work received a significant
Comparison of programming languages (algebraic data type) (2,074 words) [view diff] exact match in snippet view article
in the setting of manual memory management with the convenience of pattern matching. An example program might look like: (* Alternatively one can use the
Randy Katz (1,522 words) [view diff] no match in snippet view article find links to article
1145/1851276.1851278. F. Yu; T. V. Lakshman; R. H. Katz. Gigabit Rate Pattern-Matching using TCAM. International Conference on Network Protocols (ICNP), Berlin
OpenCog (1,252 words) [view diff] exact match in snippet view article find links to article
a generic graph query engine, for performing graph and hypergraph pattern matching (isomorphic subgraph discovery). This generalizes the idea of a structured
Raouf Boutaba (1,519 words) [view diff] exact match in snippet view article find links to article
management in wireless and mobile networks. His invention of distributed pattern matching — a generic framework for distributed search in large-scale environments
Longest palindromic substring (2,189 words) [view diff] case mismatch in snippet view article find links to article
). Longest Palindromic Substring in Sublinear Time. Combinatorial Pattern Matching. Leibniz International Proceedings in Informatics (LIPIcs). Vol. 223
Paramorphism (305 words) [view diff] exact match in snippet view article find links to article
1990. p. 44. CiteSeerX 10.1.1.19.4825. Philip Wadler.Views: A way for pattern matching to cohabit with data abstraction. Technical Report 34, Programming
Christine Heitsch (272 words) [view diff] case mismatch in snippet view article find links to article
in 2000. Her dissertation, Computational Complexity of Generalized Pattern Matching, was jointly supervised by John Rhodes and John R. Stallings. After
Comparison of command shells (4,243 words) [view diff] exact match in snippet view article find links to article
Retrieved 2021-02-23. Hamilton C shell Language reference: Wildcarding and pattern matching, Hamilton Laboratories, retrieved 2013-10-29, ... Indefinite Directory:
Kenneth Colby (2,675 words) [view diff] no match in snippet view article find links to article
Understanding Doctor-Patient Dialogues." IJCAI (1973), pp. 278–284 "Pattern-matching rules for the recognition of natural language dialogue expressions
Convergent Technologies Operating System (786 words) [view diff] no match in snippet view article find links to article
assembly language. The assembler was very advanced, with a Lisp-like pattern-matching macro facility unmatched by almost any other assembler before or since
Oz (programming language) (1,837 words) [view diff] exact match in snippet view article
{SumList List} case List of nil then 0 [] H|T then H+{SumList T} % pattern matching on lists end end Functions may be used with both free and bound variables
Dvorak technique (2,530 words) [view diff] exact match in snippet view article find links to article
northwest Pacific Ocean. The system as it was initially conceived involved pattern matching of cloud features with a development and decay model. As the technique
Four-square cipher (1,527 words) [view diff] exact match in snippet view article find links to article
original message. Cryptanalysis of four-square generally involves pattern matching on repeated monographs. This is only the case when the two plaintext
Dan Gusfield (1,622 words) [view diff] case mismatch in snippet view article find links to article
(2003). "Haplotype inference by pure parsimony." In Combinatorial Pattern Matching (pp. 144-155). Springer Berlin/Heidelberg. D. Gusfield, "Inference
NXLog (1,866 words) [view diff] exact match in snippet view article find links to article
in transit. It can perform log rewrite, correlation, alerting, and pattern matching, it can execute scheduled jobs, and can perform log rotation. It was
Aggregate function (1,472 words) [view diff] exact match in snippet view article find links to article
version of the SQL standard. It introduces new features such as row pattern matching, listagg, date and time formatting, and JSON support. Elmasri, Ramez
Quarantine (antivirus program) (414 words) [view diff] exact match in snippet view article
finding the first stealth virus at the University of Toronto, when all pattern matching virus detectors had failed. The efforts and expenses to convert Quarantine
Flex (lexical analyser generator) (1,177 words) [view diff] no match in snippet view article
Principles, Techniques and Tools, Addison-Wesley (1986). Describes the pattern-matching techniques used by flex (deterministic finite automata) Official website
Probabilistic context-free grammar (5,242 words) [view diff] case mismatch in snippet view article find links to article
Combinatorial Pattern Matching. Lecture Notes in Computer Science. Vol. 1848. In Proceedings of the 11th Annual Symposium on Combinatorial Pattern Matching 1848
Standard ML of New Jersey (726 words) [view diff] no match in snippet view article find links to article
creation of vectors with the #[exp0, exp1, ..., expn−1] syntax and allows pattern-matching on them with analogous syntax. Or-patterns – SML/NJ extends the syntax
Inxight (198 words) [view diff] no match in snippet view article find links to article
events, relations, and sentiment. This was built on a proprietary pattern-matching language. Categorizer for matching a document to nodes in a taxonomy
Actian Vector (2,221 words) [view diff] case mismatch in snippet view article find links to article
Developer SDK, Table Cloning, Advanced External Tables, Spark UDFs, REGEX Pattern Matching, ML Inference using TensorFlow Old version, still maintained: 6.3 December
Graphics tablet (2,883 words) [view diff] exact match in snippet view article find links to article
operate by a very small digital camera in the stylus and then doing pattern matching on the image of the paper. The most successful[citation needed] example
1999 NFL season (2,494 words) [view diff] exact match in snippet view article find links to article
helmet logo featured a circle with a letter "T" and three stars in a pattern matching those on the Tennessee state flag with a trail of flames. The New Orleans
SQL (4,009 words) [view diff] exact match in snippet view article find links to article
functions and FETCH clause. 2016 ISO/IEC 9075:2016 SQL:2016 Adds row pattern matching, polymorphic table functions, operations on JSON data stored in character
Intuition (4,006 words) [view diff] no match in snippet view article find links to article
RPD model is a blend of intuition and analysis. The intuition is the pattern-matching process that quickly suggests feasible courses of action. The analysis
Animat (978 words) [view diff] no match in snippet view article find links to article
learning about its environment through application and evolution of pattern-matching rules called "taxons". In 2001, Thomas DeMarse performed studies on
VIATRA (888 words) [view diff] exact match in snippet view article find links to article
Patterns can be matched on certain model instances, and upon successful pattern matching, elementary model manipulation is specified by graph transformation
Cross-site scripting (3,668 words) [view diff] exact match in snippet view article find links to article
malicious code in web pages, these tools use static analysis and/or pattern matching methods to identify malicious codes potentially and secure them using
Template (C++) (1,712 words) [view diff] exact match in snippet view article
In C++ templates, compile-time cases were historically performed by pattern matching over the template arguments. For example, the template base class in
Optical character recognition (4,093 words) [view diff] exact match in snippet view article find links to article
image to a stored glyph on a pixel-by-pixel basis; it is also known as pattern matching, pattern recognition, or image correlation. This relies on the input
List of tools for static code analysis (1,197 words) [view diff] exact match in snippet view article find links to article
2021-09-06 (1.1.1) Yes; GPLv2 — C — — — — — An open-source source code pattern matching and transformation. Code Dx (Defunct 2021) 2015-01-15 No; proprietary
Standard Generalized Markup Language (3,848 words) [view diff] no match in snippet view article find links to article
primitive token types, or now support Unicode and regular expression pattern-matching. An example is the Scala programming language. Document markup languages
C++ Standard Library (1,526 words) [view diff] exact match in snippet view article find links to article
std::basic_string_view, an immutable non-owning view to any string. <regex> Added in C++11. Provides utilities for pattern matching strings using regular expressions.
Business rules approach (997 words) [view diff] exact match in snippet view article find links to article
algorithms tuned for hierarchical XML. The Rete algorithm is a stateful pattern matching algorithm designed to minimize the evaluation of repetitive tests across
Spaced seed (2,123 words) [view diff] exact match in snippet view article find links to article
P.A.; Waterman, M.S. (1995). "Multiple filtration and approximate pattern matching". Algorithmica. 13 (1–2): 135–154. doi:10.1007/BF01188584. S2CID 10243441
Ukkonen's algorithm (1,056 words) [view diff] exact match in snippet view article find links to article
doi:10.1007/BF01206331. S2CID 6027556. Weiner, Peter (1973). "Linear pattern matching algorithms" (PDF). 14th Annual Symposium on Switching and Automata
Tcl (4,062 words) [view diff] exact match in snippet view article find links to article
string. regsub Performs substitutions based on regular expression pattern matching. uplevel is a command that allows a command script to be executed in
Non-blocking I/O (Java) (1,459 words) [view diff] no match in snippet view article
for data of primitive types Character set encoders and decoders A pattern-matching facility based on Perl-style regular expressions (in package java.util
Anthropometry (3,860 words) [view diff] exact match in snippet view article find links to article
Iris recognition system based on pattern matching
Termination analysis (1,730 words) [view diff] exact match in snippet view article find links to article
that describing a program via a recursively defined function with pattern matching is a more natural way of proving than using induction principles directly
Vector quantization (1,649 words) [view diff] exact match in snippet view article find links to article
algorithm). Vector quantization, also called "block quantization" or "pattern matching quantization" is often used in lossy data compression. It works by
Solar eclipse of July 11, 1991 (1,782 words) [view diff] exact match in snippet view article find links to article
2014, concluding that, "loose hieroglyphic readings and accommodating pattern matching occurs throughout the book." The 1991 eclipse appears in the music
Mahmood Bijankhan (294 words) [view diff] case mismatch in snippet view article find links to article
SAMT, 2006 A Feasibility Study for Analysis of Ezafe in Persian Using Pattern Matching, Tehran: Research Center for Culture, Art and Communication, 2008 Persian
Social bot (3,495 words) [view diff] exact match in snippet view article find links to article
ELIZA could simulate natural conversations with human users through pattern matching. Its most famous script was DOCTOR, a simulation of a Rogerian psychotherapist
HFST (349 words) [view diff] exact match in snippet view article find links to article
proprietary scripting language xfst is duplicated in hfst-xfst, and the pattern matching utility pmatch in hfst-pmatch, which goes beyond the finite-state formalism
MNIST database (3,252 words) [view diff] exact match in snippet view article find links to article
2014). "Linear time distances between fuzzy sets with applications to pattern matching and classification". IEEE Transactions on Image Processing. 23 (1):
The Analysis Corporation (744 words) [view diff] exact match in snippet view article find links to article
integration and software development; multilingual name search; and pattern matching. It was awarded over $400m in government contracts since 2000, including
Parser combinator (1,678 words) [view diff] exact match in snippet view article find links to article
list of successes a method for exception handling, backtracking, and pattern matching in lazy functional languages". Functional Programming Languages and
Ruby (programming language) (5,459 words) [view diff] case mismatch in snippet view article
(experimental). A few notable changes in Ruby 2.7.0 include pattern Matching (experimental), REPL improvements, a compaction GC, and separation
Skew-merged permutation (603 words) [view diff] exact match in snippet view article find links to article
Marie-Louise; Lackner, Martin; Vatter, Vincent (2016), "The complexity of pattern matching for 321-avoiding and skew-merged permutations", Permutation Patterns
International Society for Music Information Retrieval (922 words) [view diff] exact match in snippet view article find links to article
transformation fingerprinting automatic classification indexing and querying pattern matching and detection similarity metrics user behavior and modelling user interfaces
Roberto Ierusalimschy (232 words) [view diff] no match in snippet view article find links to article
and fourth ISBN 978-8590379867. Ierusalimschy, R. (2009). "A Text Pattern-Matching Tool based on Parsing Expression Grammars". Software: Practice and
Outline of object recognition (2,912 words) [view diff] no match in snippet view article find links to article
plane models) against a database of such features Widely used for pattern-matching, CAD/CAM, and medical imaging. It is difficult to choose the size of
Virus Pathogen Database and Analysis Resource (687 words) [view diff] exact match in snippet view article find links to article
Search: allows users to find any peptide sequence using exact, fuzzy, or pattern matching Sequence Variation Analysis ([Single-nucleotide polymorphism] SNP):
QorIQ (2,718 words) [view diff] exact match in snippet view article find links to article
parsing and classification, and acceleration of encryption and regexp pattern matching. The chip can be configured with up to eight Gigabit and two 10 Gigabit
Anne Condon (873 words) [view diff] case mismatch in snippet view article find links to article
Preliminary version appeared in the 23rd Annual Symposium on Combinatorial Pattern Matching, Springer-Verlag Lecture Notes in Computer Science 7354:159-172, 2012
Parasitic extraction (737 words) [view diff] exact match in snippet view article find links to article
small designs or to parts of the designs. Approximate solutions with pattern matching techniques are the only feasible approach to extract parasitics for
Tina Eliassi-Rad (514 words) [view diff] exact match in snippet view article find links to article
Gallagher, Brian; Eliassi-Rad, Tina (2007-08-12). "Fast best-effort pattern matching in large attributed graphs". Proceedings of the 13th ACM SIGKDD international
Blackboard system (2,520 words) [view diff] exact match in snippet view article find links to article
be either ordered or not, and then by increasing the efficiency of pattern matching. GBB1, one of GBB's control shells implements BB1's style of control
Abstract data type (4,305 words) [view diff] no match in snippet view article find links to article
rules over these operations: Access to the data can be specified by pattern-matching over the three operations, e.g. a member function for these containers
SAP HANA (3,002 words) [view diff] exact match in snippet view article find links to article
HANA's column store. Pre-built algorithms in the graph engine include pattern matching, neighborhood search, single shortest path, and strongly connected
RDFLib (3,219 words) [view diff] exact match in snippet view article find links to article
other (in place): G1 += G1 G2 -= G2 RDFLib graphs support basic triple pattern matching with a triples((subject,predicate,object)) function. This function
Reasoning system (1,945 words) [view diff] exact match in snippet view article find links to article
This latter type of automated reasoning is especially well suited to pattern matching and signal detection types of problems such as text searching and face
Paleoclimatology (6,029 words) [view diff] exact match in snippet view article find links to article
This is done by comparing the number, thickness, ring boundaries, and pattern matching of tree growth rings. The differences in thickness displayed in the
Directed acyclic graph (5,646 words) [view diff] case mismatch in snippet view article find links to article
construction of compact directed acyclic word graphs", Combinatorial Pattern Matching, Lecture Notes in Computer Science, vol. 1264, Springer, pp. 116–129
Rendlesham Forest incident (3,639 words) [view diff] exact match in snippet view article find links to article
piece of evidence separately on its own merit, you avoid the trap of pattern matching and finding correlations where none exist. The meteors had nothing
List of Inferno applications (610 words) [view diff] exact match in snippet view article find links to article
text formatter freq – print histogram of character frequencies grep – pattern matching p – paginate read – read from standard input with optional seek tail
Cache prefetching (2,495 words) [view diff] exact match in snippet view article find links to article
Ishii, Yasuo; Inaba, Mary; Hiraki, Kei (2009-06-08). "Access map pattern matching for data cache prefetch". Proceedings of the 23rd International Conference
Neil Weste (934 words) [view diff] exact match in snippet view article find links to article
 41–48. Weste, N., D.J. Burr, and B.D. Ackland, "Dynamic time warp pattern matching using and integrated multiprocessing array," IEEE Trans. on Computers
Tilde (8,331 words) [view diff] no match in snippet view article find links to article
tilde is used in type constraints to indicate type equality. Also, in pattern-matching, the tilde is used to indicate a lazy pattern match. In the Inform
Situation awareness (11,640 words) [view diff] exact match in snippet view article find links to article
novel situations, but the tremendous advantages of mental models and pattern matching to prototypical schema that largely circumvent these limits, The use
Alignment-free sequence analysis (6,400 words) [view diff] exact match in snippet view article find links to article
UPGMA etc. This method can be extended through resort to efficient pattern matching algorithms to include in the computation of the composition vectors:
Srm (Unix) (752 words) [view diff] exact match in snippet view article
OpenBSD rm-compatible option, -P, is documented have an overwriting pattern matching OpenBSD's rm. Additional functionality which protects multi-linked
Wavelet Tree (681 words) [view diff] case mismatch in snippet view article find links to article
Trees for All, Proceedings of 23rd Annual Symposium on Combinatorial Pattern Matching (CPM), 2012 H.-L. Chan, W.-K. Hon, T.-W. Lam, and K. Sadakane, Compressed
Hamming weight (3,163 words) [view diff] exact match in snippet view article find links to article
(1978). Hogben, David; Fife, Dennis W. (eds.). "Record linkage by bit pattern matching". Computer Science and Statistics--Tenth Annual Symposium on the Interface
Promoter (genetics) (6,390 words) [view diff] no match in snippet view article
estimate the strengths of promoters. Another approach is to use a pattern-matching program based on known promoters, from simple hand-crafted regular
Partial word (708 words) [view diff] no match in snippet view article find links to article
1016/0020-0190(91)90032-D, MR 1095695 Kalai, Adam (2002), "Efficient pattern-matching with don't cares", in Eppstein, David (ed.), Proceedings of the Thirteenth
Intrusion detection system (5,513 words) [view diff] exact match in snippet view article find links to article
origin of the attack. Pattern change evasion: IDS generally rely on 'pattern matching' to detect an attack. By changing the data used in the attack slightly
Expert system (6,367 words) [view diff] exact match in snippet view article find links to article
limits when using traditional methods such as flow charts, statistical pattern matching, or probability theory. This previous situation gradually led to the
Arne Halaas (529 words) [view diff] exact match in snippet view article find links to article
; Birkeland, O. R. (July 2004). "A recursive MISD architecture for pattern matching". IEEE Transactions on Very Large Scale Integration (VLSI) Systems
Uzi Vishkin (1,879 words) [view diff] exact match in snippet view article find links to article
1137/0214061, S2CID 7231609. Vishkin, Uzi (1985), "Optimal parallel pattern matching in strings", Information and Control, 67 (1–3): 91–113, doi:10
Virtual assistant (5,268 words) [view diff] exact match in snippet view article find links to article
communication between man and machine was superficial". ELIZA used pattern matching and substitution methodology into scripted responses to simulate conversation
Be an Interplanetary Spy (1,373 words) [view diff] exact match in snippet view article find links to article
mostly involve puzzle solving. Image-based challenges such as mazes, pattern matching and visualization problems are common throughout the series, with all
John Ball (cognitive scientist) (971 words) [view diff] exact match in snippet view article
he postulated Patom theory – the word representing a combination of pattern matching and atom. This reflected his belief that the brain simply stores, matches
Learning with FuzzyWOMP (405 words) [view diff] exact match in snippet view article find links to article
includes four games for pre-readers which teach such basic skills as pattern matching, counting, number sequencing, and creative play. No adult supervision
Intuitionistic type theory (4,694 words) [view diff] exact match in snippet view article find links to article
the relationship with addition is defined using equality and using pattern matching to handle the recursive aspect of S {\displaystyle S} : add :   ( N
Superintelligence (4,588 words) [view diff] exact match in snippet view article find links to article
impressive, still lack true understanding and are primarily sophisticated pattern matching systems. Philosopher David Chalmers argues that AGI is a likely path
Masquerade (book) (2,540 words) [view diff] no match in snippet view article
Masqueraders have convinced me that the human mind has an equal capacity for pattern-matching and self-deception. While some addicts were busy cooking the riddle
Intelligent transportation system (4,240 words) [view diff] exact match in snippet view article find links to article
vehicle. By measuring and analysing network data using triangulation, pattern matching or cell-sector statistics (in an anonymous format), the data was converted
Cograph (2,689 words) [view diff] exact match in snippet view article find links to article
MR 0778749. Bose, Prosenjit; Buss, Jonathan; Lubiw, Anna (1998), "Pattern matching for permutations", Information Processing Letters, 65 (5): 277–283
C-slowing (254 words) [view diff] case mismatch in snippet view article find links to article
C-Slow Retiming for Xilinx Virtex (.pdf) Exploration of RaPiD-style Pipelined FPGA Interconnects Time and Area Efficient Pattern Matching on FPGAs v t e
Bipartite dimension (1,737 words) [view diff] case mismatch in snippet view article find links to article
Marie-France (2010), "Mod/Resc Parsimony Inference", Combinatorial Pattern Matching, Lecture Notes in Computer Science, vol. 6129, pp. 202–213, arXiv:1002
Computational sociology (4,299 words) [view diff] case mismatch in snippet view article find links to article
"Automatic Discovery of Patterns in Media Content". Combinatorial Pattern Matching. Lecture Notes in Computer Science. Vol. 6661. pp. 2–13. CiteSeerX 10
Willem van Biljon (498 words) [view diff] exact match in snippet view article find links to article
Van Biljon, WR, DA Sewry, and MA Mulders. "Register allocation in a pattern matching code generator." Software: Practice & Experience, 17(8):521–531, August
Stack-sortable permutation (1,477 words) [view diff] case mismatch in snippet view article find links to article
"Longest common separable pattern among permutations", Combinatorial Pattern Matching (CPM 2007), Lecture Notes in Computer Science, vol. 4580, Springer
Java Agent Development Framework (1,004 words) [view diff] exact match in snippet view article find links to article
tasks of the agents as: Pass messages by objects ACLMessage, with pattern matching Support the life cycle of an agent Plan and execute multiple activities
Action selection (4,138 words) [view diff] exact match in snippet view article find links to article
Reinforcement learning – Field of machine learning Rete algorithm – Pattern matching algorithm Utility system – modeling approach for video gamesPages displaying
Xerox (8,164 words) [view diff] exact match in snippet view article find links to article
implementation, which is an image compression standard that makes use of pattern matching to encode identical characters only once. While this provides a high
Digital humanities (7,507 words) [view diff] case mismatch in snippet view article find links to article
discovery of patterns in media content, N Cristianini, Combinatorial Pattern Matching, 2-13, 2011 Lansdall-Welfare, Thomas; Sudhahar, Saatviga; Thompson
Human givens (3,059 words) [view diff] exact match in snippet view article find links to article
'know', to understand the world unconsciously through metaphorical pattern matching ('this thing is like that thing'); An observing self: That part of
Gesture recognition (4,136 words) [view diff] exact match in snippet view article find links to article
models: Algorithms are faster because only key parameters are analyzed. Pattern matching against a template database is possible Using key points allows the
Joaquin Phoenix (15,491 words) [view diff] exact match in snippet view article find links to article
Loureedia phoenixi (also known as the Joker spider) due to its color pattern matching the DC Comics character Joker, for his role in the 2019 film Joker
Image moment (2,184 words) [view diff] case mismatch in snippet view article find links to article
PMC 6997304. PMID 32025658. Hoeltzel, D.A.; Chieng, Wei-Hua (1990). "Pattern Matching Synthesis as an Automated Approach to Mechanism Design". Journal of
Blindsight (Watts novel) (2,502 words) [view diff] no match in snippet view article
simultaneous thoughts occurring in parallel within their minds. Enhanced pattern-matching skills comparable to some forms of autism combine with this "hyperthreading"
Perl (9,772 words) [view diff] no match in snippet view article find links to article
perl has always been the go-to language for any task that involves pattern-matching input "The Importance of Perl". Archived from the original on February
POP-2 (1,618 words) [view diff] exact match in snippet view article find links to article
compile-time syntactic typing (e.g., for integers and reals), and some pattern matching constructs for use with a variety of data structures. In parallel with
Frequent subtree mining (1,837 words) [view diff] exact match in snippet view article find links to article
and which was contrasted with PatternMatcher, an algorithm based on pattern matching. A sub-tree S = ( V s , E s ) {\displaystyle S=(V_{s},E_{s})} is an
Sandie McCarthy (287 words) [view diff] no match in snippet view article find links to article
Gardner, and Alexandra McCarthy. "Practical guidance for the use of a patternmatching technique in case‐study research: A case presentation." Nursing & health
Lowest common ancestor (2,991 words) [view diff] case mismatch in snippet view article find links to article
and LCE", Proceedings of the 17th Annual Symposium on Combinatorial Pattern Matching, Lecture Notes in Computer Science, vol. 4009, Springer-Verlag, pp
Multiple sequence alignment (6,213 words) [view diff] no match in snippet view article find links to article
on the calculation of an explicit substitution matrix. Statistical pattern-matching has been implemented using both the expectation-maximization algorithm
Schwartz–Zippel lemma (2,147 words) [view diff] case mismatch in snippet view article find links to article
Plandowski, Wojciech; Rytter, Wojciech (2002). "On the Complexity of Pattern Matching for Highly Compressed Two-Dimensional Texts" (ps). Journal of Computer
Corvus Systems (2,151 words) [view diff] exact match in snippet view article find links to article
copied. The OS would then prompt for a destination path. Wildcard pattern matching was supporting using the * and ? characters. The OS supported pipes
Content similarity detection (4,752 words) [view diff] case mismatch in snippet view article find links to article
S2CID 2106222 Gipp, Bela; Meuschke, Norman (September 2011), "Citation Pattern Matching Algorithms for Citation-based Plagiarism Detection: Greedy Citation
Web Application Messaging Protocol (1,683 words) [view diff] exact match in snippet view article find links to article
and Pub/Sub, and the advanced profile, featuring trust levels, URI pattern matching, and client listing. The basic profile is considered stable and is
Border Gateway Protocol (7,970 words) [view diff] no match in snippet view article find links to article
programmed rule to set the attribute if the community value matches some pattern-matching criterion. If the route was learned from an external peer the per-neighbor
George R. Milner (1,342 words) [view diff] case mismatch in snippet view article find links to article
V.G. Smith). American Journal of Physical Anthropology 79:43-49. Pattern Matching of Age-at-Death Distributions in Paleodemographic Analysis. 1989. (G
2010 NFL season (8,140 words) [view diff] exact match in snippet view article find links to article
the team also wore the retro style socks that had a different stripe pattern matching the sleeves of the day, so there is no longer a stripe design conflict
John Darlington (1,372 words) [view diff] exact match in snippet view article find links to article
an early contribution to the development of the multi-equational, pattern matching style of pure functional programming Darlington was an early proponent
Range minimum query (1,588 words) [view diff] case mismatch in snippet view article find links to article
the RMQ-Problem, with Applications to LCA and LCE". Combinatorial Pattern Matching. Lecture Notes in Computer Science. Vol. 4009. pp. 36–48. CiteSeerX 10
Computing Machinery and Intelligence (4,434 words) [view diff] exact match in snippet view article find links to article
our "informal" and unconscious skills of perception, mobility and pattern matching. See Dreyfus' critique of AI). This rejoinder also includes the Turing's
Autocorrelation (words) (1,228 words) [view diff] exact match in snippet view article
December 2017. Odlyzko, A. M.; Guibas, L. J. (1981). "String overlaps, pattern matching, and nontransitive games". Journal of Combinatorial Theory. Series
Citation analysis (4,126 words) [view diff] case mismatch in snippet view article find links to article
S2CID 2106222 Gipp, Bela; Meuschke, Norman (September 2011), "Citation Pattern Matching Algorithms for Citation-based Plagiarism Detection: Greedy Citation
List of algorithms (7,945 words) [view diff] exact match in snippet view article find links to article
Hindley–Milner type inference algorithm Rete algorithm: an efficient pattern matching algorithm for implementing production rule systems Sethi-Ullman algorithm:
CUBRID (1,905 words) [view diff] exact match in snippet view article find links to article
operator, CUBRID provides the REGEXP operator for regular expression pattern matching. By default, the operator does a case insensitive matching on the input
Online portfolio selection (533 words) [view diff] exact match in snippet view article find links to article
(2024-02-01). "A novel online portfolio selection approach based on pattern matching and ESG factors". Omega. 123: 102975. doi:10.1016/j.omega.2023.102975
Margaret Masterman (2,494 words) [view diff] exact match in snippet view article find links to article
its own syntax. These, along with associated claims about semantic pattern matching onto surface text, were developed in actual programs, from which it
Dynamic time warping (3,865 words) [view diff] no match in snippet view article find links to article
pattern versus time axis, which needs to be eliminated. DP matching is a pattern-matching algorithm based on dynamic programming (DP), which uses a time-normalization
Structured program theorem (2,782 words) [view diff] exact match in snippet view article find links to article
induction on the structure of the flow chart.: 381  Because it employed pattern matching in graphs, the proof of Böhm and Jacopini's was not really practical
Sharkbook (611 words) [view diff] no match in snippet view article find links to article
sharks and adds them to the database. Sharkbook software uses special pattern-matching software to identify the unique spots on each shark. This software
Quantum machine learning (10,788 words) [view diff] exact match in snippet view article find links to article
strictly superior in this case. (This also relates to work on quantum pattern matching.) The problem of learning unitary transformations can be approached
Urbiscript (954 words) [view diff] exact match in snippet view article find links to article
received event e Events can have payloads, and event handlers enjoy pattern matching on the payload: at (e?(1, var x) if x % 2 == 0) echo("received event
Progress in artificial intelligence (4,715 words) [view diff] no match in snippet view article find links to article
complexity; however, these problem sets tend to be dominated by impoverished pattern-matching exercises where a tuned AI can easily exceed human performance levels
Call-by-push-value (1,447 words) [view diff] no match in snippet view article find links to article
denotationally. But, following the rules above, not can only be encoded using pattern-matching, which would make it a computation, and therefore the overall expression
HP Information Management Software (1,386 words) [view diff] no match in snippet view article find links to article
human information such as audio, text and video. HP IDOL uses advanced pattern-matching technology to understand key concepts in all forms of information,
History of compiler construction (6,376 words) [view diff] exact match in snippet view article find links to article
abstract syntax trees that the unparse rules operate on. The unparse tree pattern matching provided peephole optimization ability. CWIC, described in a 1970 ACM
The 7th Guest (5,042 words) [view diff] no match in snippet view article find links to article
puzzles include mazes, chess problems, logical deductions, Simon-style pattern-matching, word manipulations, and a difficult game of Ataxx, similar to Reversi
Rideau Hall (11,712 words) [view diff] no match in snippet view article find links to article
lattice pattern over the body of the rug and a twisting acanthus leaf pattern (matching the pilaster capitals) around the border. It was hand-woven, using
List of disorder prediction software (902 words) [view diff] exact match in snippet view article find links to article
Linear motifs within a disorder segment are determined by simple pattern matching from ELM. Support Vector Machine and Bi-directional neural networks
Python syntax and semantics (6,785 words) [view diff] case mismatch in snippet view article find links to article
Software Foundation. Retrieved 2022-01-22. "PEP 622 -- Structural Pattern Matching". 2020-06-23. Retrieved 2022-01-22. "PEP 8 -- Style Guide for Python
Application delivery network (2,327 words) [view diff] exact match in snippet view article find links to article
(ACLs), Bogus IP ranges (Bogon filtering) and deep packet inspection pattern matching. In some cases, thresholds or rate limiting of IP addresses or ranges
Alex James (professor) (1,301 words) [view diff] case mismatch in snippet view article
Alex Pappachen; Dimitrijev, Sima (2010). "Role of Resolution in Noisy Pattern Matching". Information Processing and Management. Communications in Computer
Brine pool (6,897 words) [view diff] exact match in snippet view article find links to article
extremophiles—improving reliability of gene function prediction using a profile and pattern matching algorithm (PPMA)". Frontiers in Microbiology. 5: 134. doi:10.3389/fmicb
Intel Threat Detection Technology (532 words) [view diff] exact match in snippet view article find links to article
anti-malware scanning. and lowers power consumption. Features include pattern matching, using random forest decision trees, string extraction, entropy calculation
C++ Technical Report 1 (1,435 words) [view diff] exact match in snippet view article find links to article
regex_match, regex_search, regex_replace, etc. based on Boost RegEx library pattern matching library C++ is designed to be compatible with the C programming language
Multiple dispatch (5,858 words) [view diff] exact match in snippet view article find links to article
via late binding, also via .Net DLR Wolfram Language via symbolic pattern matching Xtend Any .NET framework language (via the library MultiMethods.NET)
Michigan Terminal System (6,430 words) [view diff] exact match in snippet view article find links to article
editor ($EDIT) with both command line and "visual" interfaces and pattern matching based on SNOBOL4 patterns. The ability to share files in controlled
Wedding of Prince William and Catherine Middleton (13,581 words) [view diff] exact match in snippet view article find links to article
point-toed pump shoes were also from Alexander McQueen and had a lace pattern matching the dress with appliqués made by the Royal School of Needlework. Catherine's
Automated decision-making (4,342 words) [view diff] exact match in snippet view article find links to article
systems based on foundation models run on deep neural networks and use pattern matching to train a single huge system on large amounts of general data such
Lisp (book) (728 words) [view diff] exact match in snippet view article
may be difficult for beginners.: xiv  Cited subject areas included pattern matching,: 168 : 213  logic programming,: 367  and Lisp interpreter development
Propositional formula (11,131 words) [view diff] no match in snippet view article find links to article
to arrive at the truth-value of a synthetic proposition, meanings (pattern-matching templates) must first be applied to the words, and then these meaning-templates
Unification (computer science) (7,390 words) [view diff] no match in snippet view article
each equation is closed (no free variables), the problem is called (pattern) matching. The left side (with variables) of each equation is called the pattern
Symbolic artificial intelligence (11,007 words) [view diff] no match in snippet view article find links to article
where a more limited logical representation is used, Horn Clauses. Pattern-matching, specifically unification, is used in Prolog. A more flexible kind
Festember (5,077 words) [view diff] exact match in snippet view article find links to article
events or What's The Good Word, a contest based around vocabulary, pattern matching and speed. Fourteen literary events consisting of crowd-favourites
Idries Shah (14,751 words) [view diff] no match in snippet view article find links to article
but eventually the structural content they contain will exploit the pattern-matching nature of the brain and make it possible for students to observe the
Computational creativity (8,482 words) [view diff] no match in snippet view article find links to article
generated pun-based riddles using Prolog and WordNet, applying symbolic pattern-matching rules and a large lexical database (WordNet) to compose riddles involving
Perl language structure (4,017 words) [view diff] exact match in snippet view article find links to article
uses a backtracking algorithm, extending its capabilities from simple pattern matching to string capture and substitution. The regular-expression engine is
LR parser (8,130 words) [view diff] no match in snippet view article find links to article
recursive descent parsers. Another variation replaces the parse table by pattern-matching rules in non-procedural languages such as Prolog. GLR Generalized LR
Dorit Dor (730 words) [view diff] exact match in snippet view article find links to article
for her research on median selection, d-dimensional space, geometric pattern matching, and graph decomposition. Shlomo Kramer, her acquaintance from the
Client honeypot (2,601 words) [view diff] exact match in snippet view article find links to article
Zealand and designed to detect malicious websites through signature and pattern matching techniques. YALIH has the capability to collect suspicious URLs from
Ayoxxa Biosystems (2,380 words) [view diff] case mismatch in snippet view article find links to article
A.; Trau, D. (2012). "Fast Bead Detection and Inexact Microarray Pattern Matching for In-Situ Encoded Bead-Based Array". Proceedings of the International
Entity–attribute–value model (9,767 words) [view diff] exact match in snippet view article find links to article
Types" TinkerPop, Apache. "Apache TinkerPop". tinkerpop.apache.org. "Pattern matching - OpenCog". wiki.opencog.org. "JsQuery – json query language with GIN
Forensic metrology (2,346 words) [view diff] exact match in snippet view article find links to article
forensic measurements, particularly in fields like image analysis and pattern matching. By harnessing these advanced technologies, forensic metrologists can
Computer-aided diagnosis (7,875 words) [view diff] no match in snippet view article find links to article
(CAD) systems. These first CAD systems used flow-charts, statistical pattern-matching, probability theory, or knowledge bases to drive their decision-making
Octopussy (software) (2,072 words) [view diff] exact match in snippet view article
registered within Octopussy. It basically uses a regex-engine and commences pattern matching on incoming syslog messages. The Octo-Uparser is restarted every time
Construction and Analysis of Distributed Processes (2,762 words) [view diff] no match in snippet view article find links to article
data types into C types and C functions. The translation involves pattern-matching compiling techniques and automatic recognition of usual types (integers
Mimetic theory of speech origins (1,658 words) [view diff] exact match in snippet view article find links to article
and pairs of humans were pitted against each other in a strategic pattern matching game, the outcomes for pairs of chimps clustered much more closely
Oz Alashe (692 words) [view diff] exact match in snippet view article find links to article
2019-06-14. Retrieved 2024-08-12. "Exclusive: CybSafe's CEO on tackling VC pattern matching as a black business founder". CityAM. 2023-01-14. Retrieved 2024-08-12
High-temperature operating life (2,835 words) [view diff] exact match in snippet view article find links to article
or the analog module output. There are three types of monitoring: Pattern matching: The actual output signal is compared to the expected one and alerts
Ancient protein (7,980 words) [view diff] exact match in snippet view article find links to article
digested peptides are characterised, peptide markers are needed for pattern matching and ancient protein identification. In archaeological contexts, MALDI-ToF
Large deformation diffeomorphic metric mapping (7,244 words) [view diff] case mismatch in snippet view article find links to article
S2CID 250809709. Trouvé, Alain (1998-07-01). "Diffeomorphisms Groups and Pattern Matching in Image Analysis". International Journal of Computer Vision. 28 (3):
TENET 210 (2,153 words) [view diff] exact match in snippet view article find links to article
scattering data in memory, test-and-set, pre- and post-indexing and pattern matching against memory. The Programmed Instructions, or PINS, were designed
Αr35 RNA (1,756 words) [view diff] exact match in snippet view article find links to article
edu/meme4_6_1/intro.html) and used relaxed regular expressions (i.e. pattern matching) over all Smr35B homologs promoters. Only an inverted repeat structure
Phylogenetic reconciliation (15,304 words) [view diff] case mismatch in snippet view article find links to article
Weighted Reconciliation Cost. 27th Annual Symposium on Combinatorial Pattern Matching (CPM 2016) 14:1--14:12 Comte, N.; Morel, B.; Hasić, D.; Guéguen, L
Planar separator theorem (10,072 words) [view diff] case mismatch in snippet view article find links to article
Amihood; Parida, Laxmi (eds.), Proc. 21st Symposium on Combinatorial Pattern Matching, Lecture Notes in Computer Science, vol. 6129, Springer-Verlag, pp
Charvet Place Vendôme (12,504 words) [view diff] exact match in snippet view article find links to article
the shirt. Each shirt takes thirty days to complete. Charvet shirt's pattern matching Collar top and bottom. Cuff top and bottom. Sleeve and yoke. Sleeve
Dokdonia (4,495 words) [view diff] exact match in snippet view article find links to article
Penel, S.; Gouy, M.; Rechenmann, F.; Perriere, G. (2005-02-15). "Tree pattern matching in phylogenetic trees: automatic search for orthologs or paralogs in
US FWS Hugh M. Smith (12,096 words) [view diff] exact match in snippet view article find links to article
Southern Hemisphere summer (January, February, and March), a seasonal pattern matching that observed in the Northern Hemisphere's autumn and summer in Hawaii
Αr7 RNA (2,270 words) [view diff] exact match in snippet view article find links to article
unknown motifs using MEME and used relaxed regular expressions (i.e. pattern matching) over all promoters of the Smr7C homologs promoters. This studies revealed
Αr45 RNA (2,018 words) [view diff] exact match in snippet view article find links to article
edu/meme4_6_1/intro.html) and used relaxed regular expressions (i.e. pattern matching) over all Smr45C homologs promoters. This study predicts differences