User Tools

Site Tools


string_matching_en_python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
string_matching_en_python [26/10/2008 21:06]
fernando creado
string_matching_en_python [05/05/2009 00:00] (current)
Line 3: Line 3:
 Esta es una colección de links relacionados con alternativas disponibles para encontrar coincidencias aproximadas en Python, al estilo de agrep. 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://​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 ​]]
  
-[[http://​www.personal.psu.edu/​iua1/​python/​apse/​index.html|Approximate String Matching in Python]] 
  
-[[http://​www.python.org/​doc/​2.5.2/​lib/​module-difflib.html|difflib.get_close_matches]] +{{tag>python}}
- +
-[[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 ]]+
string_matching_en_python.1225062418.txt.gz · Last modified: 26/10/2008 00:00 (external edit)