Uses of Interface
org.apache.tika.parser.ner.NERecogniser
Packages that use NERecogniser
Package
Description
-
Uses of NERecogniser in org.apache.tika.parser.ner.corenlp
Classes in org.apache.tika.parser.ner.corenlp that implement NERecogniserModifier and TypeClassDescriptionclass
This class offers an implementation ofNERecogniser
based on CRF classifiers from Stanford CoreNLP. -
Uses of NERecogniser in org.apache.tika.parser.ner.grobid
Classes in org.apache.tika.parser.ner.grobid that implement NERecogniser -
Uses of NERecogniser in org.apache.tika.parser.ner.mitie
Classes in org.apache.tika.parser.ner.mitie that implement NERecogniserModifier and TypeClassDescriptionclass
This class offers an implementation ofNERecogniser
based on trained models using state-of-the-art information extraction tools. -
Uses of NERecogniser in org.apache.tika.parser.ner.nltk
Classes in org.apache.tika.parser.ner.nltk that implement NERecogniserModifier and TypeClassDescriptionclass
This class offers an implementation ofNERecogniser
based on ne_chunk() module of NLTK. -
Uses of NERecogniser in org.apache.tika.parser.ner.opennlp
Classes in org.apache.tika.parser.ner.opennlp that implement NERecogniserModifier and TypeClassDescriptionclass
An implementation ofNERecogniser
that finds names in text using Open NLP Model.class
This implementation ofNERecogniser
chains an array ofOpenNLPNameFinder
s for which NER models are available in classpath. -
Uses of NERecogniser in org.apache.tika.parser.ner.regex
Classes in org.apache.tika.parser.ner.regex that implement NERecogniserModifier and TypeClassDescriptionclass
This class offers an implementation ofNERecogniser
based on Regular Expressions.