OpenNLP NER System
(Redirected from OpenNLP Name Finder)
Jump to navigation
Jump to search
An OpenNLP NER System is a supervised NER sytem within the Apache OpenNLP package.
References
2011
- http://incubator.apache.org/opennlp/documentation/manual/opennlp.html#tools.namefind
- The Name Finder can detect named entities and numbers in text. To be able to detect entities the Name Finder needs a model. The model is dependent on the language and entity type it was trained for. The OpenNLP projects offers a number of pre-trained name finder models which are trained on various freely available corpora. They can be downloaded at our model download page. To find names in raw text the text must be segmented into tokens and sentences. A detailed description is given in the sentence detector and tokenizer tutorial. Its important that the tokenization for the training data and the input text is identical.