perl module to search for misspellings

perl module to search for misspellings

am 07.10.2010 00:26:22 von Noah

Hi there List members,

I have millions of SQL records that I searching with lots of poorly
entered data and I am trying to match these records based on matching
text.

I am wondering if there are clever perl modules for textual searching
that have algorithms to include text that are misspelled words and/or
non-sense data that has some relevance to the real search term.

I could write something I know but wondering if there is a module that
somebody knows of that does clever work here already.

Cheers,

Noah

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: perl module to search for misspellings

am 07.10.2010 02:03:44 von pengyh

> Hi there List members,
>
> I have millions of SQL records that I searching with lots of poorly
> entered data and I am trying to match these records based on matching
> text.
>

A database with well designed tables should be processing the data much
faster than perl IMO.



--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/