Bookmark the Dictionary of Words Online

pattern matching definition from the Dictionary of Words

Home Contact us New words
Web Images MP3/Audio Video Directory News
Help
Terms of Service
RESULTS IN:    English Spanish

Found 2 hits - Term: pattern matching, Database: *, Strategy: prefix
[1] : The Collaborative International Dictionary of English v.0.48
pattern matching \pat"tern match"ing\, n. see pattern.
   computers
   a technique in automated data analysis, usually performed on
   a computer, by which a group of characteristic properties of
   an unknown object is compared with the comparable groups of
   characteristics of a set of known objects, to discover the
   idenity or proper classification of the unknown object.

   note: there are two major types of pattern matching,
         statistical pattern matching and syntactic pattern
         matching. in statistical pattern matching, the
         criteria used to recognize identity or class membership
         vary, but in general some combination of the
         differences in the groups of characteristics of known
         and unknown objects are considered to be a measure of
         the difference "distance" between them, and the
         closest known object or objects are viewed as
         presenting the most likely identity or class for the
         unknown object. in syntactic pattern matching, a set of
         known patterns, e.g. as in the possible order of parts
         of speech in a language, is defined, and the unknown
         pattern is compared to find that known pattern or
         patterns which matches the unknown exactly. in general,
         statistical pattern matching is used where properties
         of objects with continuous values are being compared,
         and syntactic pattern matching where a complex
         arrangement of at least two different objects may be
         built by application of a set of rules a "grammar"
         for combining the objects in a specified order.
         examples of the latter are natural and formal
         languages.
         pjc
see also:
pattern statistical pattern matching syntactic pattern matching 
[2] : The Free On-line Dictionary of Computing (27 SEP 03)
pattern matching
     
        1. a function is defined to take arguments of a particular
        type, form or value.  when applying the function to its actual
        arguments it is necessary to match the type, form or value of
        the actual arguments against the formal arguments in some
        definition.  for example, the function
     
        	length      = 0
        	length x:xs = 1 + length xs
     
        uses pattern matching in its argument to distinguish a null
        list from a non-null one.
     
        there are well known algorithm for translating pattern
        matching into conditional expressions such as "if" or "case".
        e.g. the above function could be transformed to
     
        	length l = case l of
        		      -> 0
        		   x:xs -> 1 : length xs
     
        pattern matching is usually performed in textual order though
        there are languages which match more specific patterns before
        less specific ones.
     
        2. descriptive of a type of language or utility such as awk
        or perl which is suited to searching for strings or patterns
        in input data, usually using some kind of regular
        expression.
     
        1994-11-28
     
     
see also:
algorithm awk perl regular expression 

Results 1 - 3 of 3 found about pattern matching:

Matching >> M Words
Matching, definition of term: Matching
matching_pag1.html

Pattern >> P Words
Pattern, definition of term: Pattern
pattern_pag1.html

Pattern Matchin >> P Words
Pattern Matchin, definition of term: Pattern Matchin
pattern+matchin_pag1.html


Last accessed:2008/07/05 19:27:44 [Total processing time: 1 seconds]
Myspace Layouts for Girls My Space
Middle East Business España México Puerto Rico Costa Rica Argentina Directorio
Dictionary online database provided by dict.org