| Package | Description |
|---|---|
| org.apache.tika.parser.ner.corenlp | |
| org.apache.tika.parser.ner.opennlp | |
| org.apache.tika.parser.ner.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreNLPNERecogniser
This class offers an implementation of
NERecogniser based on
CRF classifiers from Stanford CoreNLP. |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenNLPNameFinder
An implementation of
NERecogniser that finds names in text using Open NLP Model. |
class |
OpenNLPNERecogniser
This implementation of
NERecogniser chains an array of
OpenNLPNameFinders for which NER models are
available in classpath. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexNERecogniser
This class offers an implementation of
NERecogniser based on
Regular Expressions. |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.