ggolub has asked for the wisdom of the Perl Monks concerning the following question:
Hi all
I need to parse street address meaning to remove some garbage words, unify common words like street, avenue, south/west and stuff.
I do not really need to verify the address.
Final goal of this exersize is to compare 2 addresses and find them the same in case they are expressed as different but similar strings.
Can you recommend any algorithms or modules which i can use with perl.
Thank you, Gene.