Gangabass has asked for the wisdom of the Perl Monks concerning the following question:
Hi, Monks.
I need a way to generate all possible strings which sounds like my source string. By the way it's not a string it's a text (plant names, for example "Aaronsohnia factorovskyi" or "Citrullus lanatus 'Charleston Gray'" etc. ).
I have read about Soundex, Text::Levenshtein and Text::Metaphone but i'm need some kind of reverse algorithm.
Please give me hints where to go.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Generate strings which sounds like source string
by desemondo (Hermit) on Feb 21, 2010 at 01:08 UTC | |
|
Re: Generate strings which sounds like source string
by Khen1950fx (Canon) on Feb 21, 2010 at 00:54 UTC | |
|
Re: Generate strings which sounds like source string
by zentara (Cardinal) on Feb 21, 2010 at 11:41 UTC | |
|
Re: Generate strings which sounds like source string
by BrowserUk (Patriarch) on Feb 22, 2010 at 15:39 UTC | |
by Limbic~Region (Chancellor) on Feb 22, 2010 at 21:01 UTC | |
by BrowserUk (Patriarch) on Feb 22, 2010 at 21:41 UTC |