language-icon Old Web
English
Sign In

String metric

In mathematics and computer science, a string metric (also known as a string similarity metric or string distance function) is a metric that measures distance ('inverse similarity') between two text strings for approximate string matching or comparison and in fuzzy string searching. A necessary requirement for a string metric (e.g. in contrast to string matching) is fulfillment of the triangle inequality. For example, the strings 'Sam' and 'Samuel' can be considered to be close. A string metric provides a number indicating an algorithm-specific indication of distance. In mathematics and computer science, a string metric (also known as a string similarity metric or string distance function) is a metric that measures distance ('inverse similarity') between two text strings for approximate string matching or comparison and in fuzzy string searching. A necessary requirement for a string metric (e.g. in contrast to string matching) is fulfillment of the triangle inequality. For example, the strings 'Sam' and 'Samuel' can be considered to be close. A string metric provides a number indicating an algorithm-specific indication of distance. The most widely known string metric is a rudimentary one called the Levenshtein distance (also known as edit distance). It operates between two input strings, returning a number equivalent to the number of substitutions and deletions needed in order to transform one input string into another. Simplistic string metrics such as Levenshtein distance have expanded to include phonetic, token, grammatical and character-based methods of statistical comparisons. String metrics are used heavily in information integration and are currently used in areas including fraud detection, fingerprint analysis, plagiarism detection, ontology merging, DNA analysis, RNA analysis, image analysis, evidence-based machine learning, database data deduplication, data mining, incremental search, data integration, and semantic knowledge integration.

[ "String (computer science)", "String searching algorithm", "Approximate string matching", "Damerau–Levenshtein distance", "Null-terminated string", "String interpolation", "Bitap algorithm", "Boyer–Moore–Horspool algorithm" ]
Parent Topic
Child Topic
    No Parent Topic