Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
code to find a matched string from a line even if 2 or 3 characters changes. maximum length of the string to match is 5

EDIT by Torsten: I decleared this as homework - cause it's a classic learning task.
Please ask specific and post your code.
Posted
Updated 11-Dec-13 0:55am
v2

1 solution

Better implement Soundex search to match similar phonetic tone words in a string. Soudex function is already defined in apache-common-codec1.9(org.apache.commons.codec.language.Soundex).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900