« Correspondance approximative de séquences » : différence entre les versions


m (Remplacement de texte — « Termes privilégiés » par « Français »)
Ligne 9 : Ligne 9 :


== Français ==
== Français ==
appariement approximatif de séquences
appariement approximatif de chaînes
correspondance approximative de séquences
correspondance approximative de chaînes


== Anglais ==
== Anglais ==



Version du 29 janvier 2019 à 16:28

Domaine

Définition

Français

appariement approximatif de séquences

appariement approximatif de chaînes

correspondance approximative de séquences

correspondance approximative de chaînes

Anglais

Approximate string matching

In computer science, approximate string matching (often colloquially referred to as fuzzy string searching) is the technique of finding strings that match a pattern approximately (rather than exactly). The problem of approximate string matching is typically divided into two sub-problems: finding approximate substring matches inside a given string and finding dictionary strings that match the pattern approximately.