I want to parse out all person name from the input text data. I already tried it by using Stanford Java NER library but it does not give accurate answers for indian Names. Is it possible to create customised classifiers? or is there any other method to parse names using other NLP techniques with maximum accuracy.
EDIT: I gave random text as input containing many person names to the GUI application of Stanford Named Entity Recognizer version 3.5.1 But it is very less accurate. It does not recognize most of the names.