To check if a name is inside an anti-terrorism list.
In addition of the given name, also search for similar names (possible aliases).
Example:
given name => Bin Laden alert!
given name => Ben Larden mhm.. suspicious name, matchs at xx% with Bin Laden
How can I do this?
- using PHP
- names are 100% correct, since they are from official sources
- i'm Italian, but i think this won't be a problem, since names are international
- names can be composed of several words:
Najmiddin Kamolitdinovich JALOLOV
- looking for companies and people
I looked at differents algorithms: do you think that Levenshtein can do the job?
thank you in advance!
ps i got some problems to format this text, sorry :-)