javuchi wrote:
> I'm searching for a library which makes aproximative string matching,
> for example, searching in a dictionary the word "motorcycle", but
> returns similar strings like "motorcicle".
> 
> Is there such a library?
> 

Perhaps the get_close_matches function that is presentt in the standard 
library (in the difflib module) could be useful ?"

--Irmen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to