====== String matching en Python ====== Esta es una colección de links relacionados con alternativas disponibles para encontrar coincidencias aproximadas en Python, al estilo de agrep. * [[http://luggage.bcs.uwa.edu.au/~michaelw//pyagrep.html|AGREPY: Python port of agrep string matching with errors]] * [[http://www.personal.psu.edu/iua1/python/apse/index.html|Approximate String Matching in Python]] * [[http://www.michael-noll.com/wiki/Python-Levenshtein|Python-Levenshtein]] * [[http://packages.ubuntu.com/intrepid/python/python-levenshtein|Package: python-levenshtein]] for Ubuntu * [[http://www.python.org/doc/2.5.2/lib/module-difflib.html|difflib.get_close_matches]] * [[http://coding.derkeiler.com/Archive/Python/comp.lang.python/2006-11/msg02387.html|How fuzzy is get_close_matches() in difflib?]] * [[http://www.velocityreviews.com/forums/t351722-aproximative-string-matching.html|Aproximative string matching]], * [[http://nixforums.org/viewtopic.php?p=519683| Aproximative string matching]] * [[http://code.activestate.com/recipes/475148/|Recipe 475148: Fuzzy matching dictionary ]] {{tag>python}}