java - Identifying all the names from a given text -


i want identify names written in text, using imdb movie reviews.

i using stanford pos tagger, , analysing proper nouns (as proper noun names of person,things,places), slow.

firstly tagging input lines, checking words nnp in end, slow process.

is there efficient substitute achieve task? library (preferably in java). thanks.

do know input language? if yes match each word against dictionnary , flag word proper noun if not in dictionnary. require complete dictionnary declensions of each word of language, , pay attention numbers , other special cases.

edit: see this answer in official faq: have tried change model used?


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -