How to recognize Indian names via NER in OpenNLP?

Viewed 1046

I am using OpenNLP models for Name-entity recognition, but the problem is that it will only recognize US and UK based names (foreign names), so I need to recognize Indian names.

How is it possible?

1 Answers
Related