Hi,
What is the best way to parse large texts (5000 words and more), searching names, that are stored in a database? The texts will be multi lingual.
My first idea is a rather naive approach, taking all words beginning with a big letter and compare them against the database. But this tends to fail in texts containing lowercase letters only.
Edit The texts are not static, but dynamic (e.g. web sites)
Best
Macs