I am interested in Natural Language processing. I am wondering if there is a good known algorithm that in a text one can determine first and last name as one entity.
For example If we have this:
Last week John Wayne went to Europe.
I want to have a tokenizer that gives: "Last", "Week", John Wayne", "went", "to", "Europe".
Any help is appreciated.