A B C D E F G H I J L M N O P R S T V X 
All Classes All Packages

A

addAlternative(GeoTag) - Method in class org.apache.tika.parser.geo.topic.GeoTag
 

B

BEGIN - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 

C

canRun() - Static method in class org.apache.tika.parser.journal.GrobidRESTParser
 
characters(char[], int, int) - Method in class org.apache.tika.parser.ctakes.CTAKESContentHandler
 
checkAvail() - Method in class org.apache.tika.parser.geo.topic.gazetteer.GeoGazetteerClient
Ping lucene-geo-gazetteer API
checkInitialization(InitializableProblemHandler) - Method in class org.apache.tika.parser.sentiment.SentimentAnalysisParser
 
CONDITIONAL - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
CONFIDENCE - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
convertToJSONArray(JSONObject, String) - Method in class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
Converts JSON Object to JSON Array
convertToJSONObject(String) - Method in class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
Parses a JSON String and converts it to a JSON Object
CoreNLPNERecogniser - Class in org.apache.tika.parser.ner.corenlp
This class offers an implementation of NERecogniser based on CRF classifiers from Stanford CoreNLP.
CoreNLPNERecogniser() - Constructor for class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
CoreNLPNERecogniser(String) - Constructor for class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
Creates a NERecogniser by loading model from given path
CTAKES_META_PREFIX - Static variable in class org.apache.tika.parser.ctakes.CTAKESContentHandler
 
CTAKESAnnotationProperty - Enum in org.apache.tika.parser.ctakes
This enumeration includes the properties that an IdentifiedAnnotation object can provide.
CTAKESConfig - Class in org.apache.tika.parser.ctakes
Configuration for CTAKESContentHandler.
CTAKESConfig() - Constructor for class org.apache.tika.parser.ctakes.CTAKESConfig
Default constructor.
CTAKESConfig(InputStream) - Constructor for class org.apache.tika.parser.ctakes.CTAKESConfig
Loads properties from InputStream and then tries to close InputStream.
CTAKESContentHandler - Class in org.apache.tika.parser.ctakes
Class used to extract biomedical information while parsing.
CTAKESContentHandler() - Constructor for class org.apache.tika.parser.ctakes.CTAKESContentHandler
Default constructor.
CTAKESContentHandler(ContentHandler, Metadata) - Constructor for class org.apache.tika.parser.ctakes.CTAKESContentHandler
Creates a new CTAKESContentHandler for the given ContentHandler and Metadata objects.
CTAKESContentHandler(ContentHandler, Metadata, CTAKESConfig) - Constructor for class org.apache.tika.parser.ctakes.CTAKESContentHandler
Creates a new CTAKESContentHandler for the given ContentHandler and Metadata objects.
CTAKESParser - Class in org.apache.tika.parser.ctakes
CTAKESParser decorates a Parser and leverages on CTAKESContentHandler to extract biomedical information from clinical text using Apache cTAKES.
CTAKESParser() - Constructor for class org.apache.tika.parser.ctakes.CTAKESParser
Wraps the default Parser
CTAKESParser(TikaConfig) - Constructor for class org.apache.tika.parser.ctakes.CTAKESParser
Wraps the default Parser for this Config
CTAKESParser(Parser) - Constructor for class org.apache.tika.parser.ctakes.CTAKESParser
Wraps the specified Parser
CTAKESSerializer - Enum in org.apache.tika.parser.ctakes
Enumeration for types of cTAKES (UIMA) CAS serializer supported by cTAKES.
CTAKESUtils - Class in org.apache.tika.parser.ctakes
This class provides methods to extract biomedical information from plain text using CTAKESContentHandler that relies on Apache cTAKES.
CTAKESUtils() - Constructor for class org.apache.tika.parser.ctakes.CTAKESUtils
 

D

DATE - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
DATE_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
DEF_MODEL - Static variable in class org.apache.tika.parser.sentiment.SentimentAnalysisParser
 
DEFAULT_MODEL_PATH - Static variable in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
default Model path
DEFAULT_MODELS - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
DEFAULT_NER_IMPL - Static variable in class org.apache.tika.parser.ner.NamedEntityParser
 
DISCOVERY_TECNIQUE - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 

E

END - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
endDocument() - Method in class org.apache.tika.parser.ctakes.CTAKESContentHandler
 
ENTITY_TYPES - Static variable in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
ENTITY_TYPES - Static variable in class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
 
ENTITY_TYPES - Static variable in class org.apache.tika.parser.ner.mitie.MITIENERecogniser
 
ENTITY_TYPES - Static variable in class org.apache.tika.parser.ner.nltk.NLTKNERecogniser
some common entities identified by NLTK
entityTypes - Variable in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 

F

findMatches(String, Pattern) - Method in class org.apache.tika.parser.ner.regex.RegexNERecogniser
finds matching sub groups in text
findNames(String[]) - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNameFinder
finds names from given array of tokens

G

GENERIC - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
GeoGazetteerClient - Class in org.apache.tika.parser.geo.topic.gazetteer
 
GeoGazetteerClient(String) - Constructor for class org.apache.tika.parser.geo.topic.gazetteer.GeoGazetteerClient
Pass URL on which lucene-geo-gazetteer is available - eg.
GeoGazetteerClient(GeoParserConfig) - Constructor for class org.apache.tika.parser.geo.topic.gazetteer.GeoGazetteerClient
 
GeoParser - Class in org.apache.tika.parser.geo.topic
 
GeoParser() - Constructor for class org.apache.tika.parser.geo.topic.GeoParser
 
GeoParserConfig - Class in org.apache.tika.parser.geo.topic
 
GeoParserConfig() - Constructor for class org.apache.tika.parser.geo.topic.GeoParserConfig
 
GeoTag - Class in org.apache.tika.parser.geo.topic
 
GeoTag() - Constructor for class org.apache.tika.parser.geo.topic.GeoTag
 
getAdmin1Code() - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
getAdmin2Code() - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
getAeDescriptorPath() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns the path to XML descriptor for AnalysisEngine.
getAllNameEntitiesfromInput(InputStream) - Method in class org.apache.tika.parser.geo.topic.NameEntityExtractor
 
getAnalysisEngine(String, String, String) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Returns a new UIMA Analysis Engine (AE).
getAnnotationProperty(IdentifiedAnnotation, CTAKESAnnotationProperty) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Returns the annotation value based on the given annotation type.
getAnnotationProps() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns an array of CTAKESAnnotationProperty's that will be included into cTAKES metadata.
getAnnotationPropsAsString() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns a string containing a comma-separated list of CTAKESAnnotationProperty names that will be included into cTAKES metadata.
getBestNameEntity() - Method in class org.apache.tika.parser.geo.topic.NameEntityExtractor
 
getClassName() - Method in enum org.apache.tika.parser.ctakes.CTAKESSerializer
 
getCountryCode() - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
getDecorationName() - Method in class org.apache.tika.parser.ctakes.CTAKESParser
 
getEntityTypes() - Method in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
Gets set of entity types recognised by this recogniser
getEntityTypes() - Method in class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
Gets set of entity types recognised by this recogniser
getEntityTypes() - Method in class org.apache.tika.parser.ner.mitie.MITIENERecogniser
Gets set of entity types recognised by this recogniser
getEntityTypes() - Method in interface org.apache.tika.parser.ner.NERecogniser
gets a set of entity types whose names are recognisable by this
getEntityTypes() - Method in class org.apache.tika.parser.ner.nltk.NLTKNERecogniser
Gets set of entity types recognised by this recogniser
getEntityTypes() - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNameFinder
 
getEntityTypes() - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
getEntityTypes() - Method in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
getGazetteerRestEndpoint() - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
getGazetteerRestEndpoint() - Method in class org.apache.tika.parser.geo.topic.GeoParserConfig
 
getInstance() - Static method in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
getJCas(AnalysisEngine) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Returns a new JCas () appropriate for the given Analysis Engine.
getLatitude() - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
getLocations(List<String>) - Method in class org.apache.tika.parser.geo.topic.gazetteer.GeoGazetteerClient
Calls API of lucene-geo-gazetteer to search location name in gazetteer.
getLongitude() - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
getMetadata() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns an array of metadata whose values will be analyzed using cTAKES.
getMetadata() - Method in class org.apache.tika.parser.ctakes.CTAKESContentHandler
Returns metadata that includes cTAKES annotations.
getMetadataAsString() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns a string containing a comma-separated list of metadata whose values will be analyzed using cTAKES.
getName() - Method in enum org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
getName() - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
getNerModelUrl() - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
getNerModelUrl() - Method in class org.apache.tika.parser.geo.topic.GeoParserConfig
 
getOutputStream() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns an OutputStream object used write the CAS.
getSeparatorChar() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns the separator character used for annotation properties.
getSerializerType() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns the type of cTAKES (UIMA) serializer used to write the CAS.
getSupportedTypes(ParseContext) - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
getSupportedTypes(ParseContext) - Method in class org.apache.tika.parser.journal.JournalParser
 
getSupportedTypes(ParseContext) - Method in class org.apache.tika.parser.ner.NamedEntityParser
 
getSupportedTypes(ParseContext) - Method in class org.apache.tika.parser.sentiment.SentimentAnalysisParser
Returns the types supported
getUMLSPass() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns the UMLS password.
getUMLSUser() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns the UMLS username.
GrobidNERecogniser - Class in org.apache.tika.parser.ner.grobid
 
GrobidNERecogniser() - Constructor for class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
 
GrobidRESTParser - Class in org.apache.tika.parser.journal
 
GrobidRESTParser() - Constructor for class org.apache.tika.parser.journal.GrobidRESTParser
 

H

HISTORY_OF - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 

I

ID - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
initialize(Map<String, Param>) - Method in class org.apache.tika.parser.sentiment.SentimentAnalysisParser
 
initialize(GeoParserConfig) - Method in class org.apache.tika.parser.geo.topic.GeoParser
Initializes this parser
isAvailable() - Method in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
isAvailable() - Method in class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
 
isAvailable() - Method in class org.apache.tika.parser.ner.mitie.MITIENERecogniser
 
isAvailable() - Method in interface org.apache.tika.parser.ner.NERecogniser
checks if this Named Entity recogniser is available for service
isAvailable() - Method in class org.apache.tika.parser.ner.nltk.NLTKNERecogniser
 
isAvailable() - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNameFinder
 
isAvailable() - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
isAvailable() - Method in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
isAvailable(GeoParserConfig) - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
isPrettyPrint() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns true if formatted output is enabled, false otherwise.
isSerialize() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns true if CAS serialization is enabled, false otherwise.
isText() - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Returns true if content text analysis is enabled false otherwise.

J

JournalParser - Class in org.apache.tika.parser.journal
 
JournalParser() - Constructor for class org.apache.tika.parser.journal.JournalParser
 

L

Location - Class in org.apache.tika.parser.geo.topic.gazetteer
 
Location() - Constructor for class org.apache.tika.parser.geo.topic.gazetteer.Location
 
LOCATION - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
LOCATION_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
LOG - Static variable in class org.apache.tika.parser.ner.NamedEntityParser
 

M

main(String[]) - Static method in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
MD_KEY_PREFIX - Static variable in class org.apache.tika.parser.ner.NamedEntityParser
 
MEDIA_TYPES - Static variable in class org.apache.tika.parser.ner.NamedEntityParser
 
MISCELLANEOUS - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
MITIENERecogniser - Class in org.apache.tika.parser.ner.mitie
This class offers an implementation of NERecogniser based on trained models using state-of-the-art information extraction tools.
MITIENERecogniser() - Constructor for class org.apache.tika.parser.ner.mitie.MITIENERecogniser
 
MITIENERecogniser(String) - Constructor for class org.apache.tika.parser.ner.mitie.MITIENERecogniser
Creates a NERecogniser by loading model from given path
MODEL_PROP_NAME - Static variable in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
MODEL_PROP_NAME - Static variable in class org.apache.tika.parser.ner.mitie.MITIENERecogniser
 
MODELS_DIR - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
MONEY - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
MONEY_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 

N

NamedEntityParser - Class in org.apache.tika.parser.ner
This implementation of Parser extracts entity names from text content and adds it to the metadata.
NamedEntityParser() - Constructor for class org.apache.tika.parser.ner.NamedEntityParser
 
NameEntityExtractor - Class in org.apache.tika.parser.geo.topic
 
NameEntityExtractor(NameFinderME) - Constructor for class org.apache.tika.parser.geo.topic.NameEntityExtractor
 
NER_3CLASS_MODEL - Static variable in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
NER_4CLASS_MODEL - Static variable in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
NER_7CLASS_MODEL - Static variable in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
 
NER_DATE_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NER_LOCATION_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NER_MONEY_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NER_ORGANIZATION_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NER_PERCENT_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NER_PERSON_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NER_REGEX_FILE - Static variable in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
NER_TIME_MODEL - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
NERecogniser - Interface in org.apache.tika.parser.ner
Defines a contract for named entity recogniser.
NLTKNERecogniser - Class in org.apache.tika.parser.ner.nltk
This class offers an implementation of NERecogniser based on ne_chunk() module of NLTK.
NLTKNERecogniser() - Constructor for class org.apache.tika.parser.ner.nltk.NLTKNERecogniser
 

O

ONTOLOGY_CONCEPT_ARR - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 
OpenNLPNameFinder - Class in org.apache.tika.parser.ner.opennlp
An implementation of NERecogniser that finds names in text using Open NLP Model.
OpenNLPNameFinder(String, String) - Constructor for class org.apache.tika.parser.ner.opennlp.OpenNLPNameFinder
Creates OpenNLP name finder
OpenNLPNERecogniser - Class in org.apache.tika.parser.ner.opennlp
This implementation of NERecogniser chains an array of OpenNLPNameFinders for which NER models are available in classpath.
OpenNLPNERecogniser() - Constructor for class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
Creates a default chain of Name finders using default OpenNLP recognizers
OpenNLPNERecogniser(Map<String, String>) - Constructor for class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
Creates a chain of Named Entity recognisers
org.apache.tika.parser.ctakes - package org.apache.tika.parser.ctakes
 
org.apache.tika.parser.geo.topic - package org.apache.tika.parser.geo.topic
 
org.apache.tika.parser.geo.topic.gazetteer - package org.apache.tika.parser.geo.topic.gazetteer
 
org.apache.tika.parser.journal - package org.apache.tika.parser.journal
 
org.apache.tika.parser.ner - package org.apache.tika.parser.ner
 
org.apache.tika.parser.ner.corenlp - package org.apache.tika.parser.ner.corenlp
 
org.apache.tika.parser.ner.grobid - package org.apache.tika.parser.ner.grobid
 
org.apache.tika.parser.ner.mitie - package org.apache.tika.parser.ner.mitie
 
org.apache.tika.parser.ner.nltk - package org.apache.tika.parser.ner.nltk
 
org.apache.tika.parser.ner.opennlp - package org.apache.tika.parser.ner.opennlp
 
org.apache.tika.parser.ner.regex - package org.apache.tika.parser.ner.regex
 
org.apache.tika.parser.sentiment - package org.apache.tika.parser.sentiment
 
ORGANIZATION - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
ORGANIZATION_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 

P

parse(InputStream, ContentHandler, Metadata, ParseContext) - Method in class org.apache.tika.parser.ctakes.CTAKESParser
 
parse(InputStream, ContentHandler, Metadata, ParseContext) - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
parse(InputStream, ContentHandler, Metadata, ParseContext) - Method in class org.apache.tika.parser.journal.JournalParser
 
parse(InputStream, ContentHandler, Metadata, ParseContext) - Method in class org.apache.tika.parser.ner.NamedEntityParser
 
parse(InputStream, ContentHandler, Metadata, ParseContext) - Method in class org.apache.tika.parser.sentiment.SentimentAnalysisParser
Performs the parse
parse(String, ParseContext) - Method in class org.apache.tika.parser.journal.TEIDOMParser
 
parse(String, ContentHandler, Metadata, ParseContext) - Method in class org.apache.tika.parser.journal.GrobidRESTParser
 
patterns - Variable in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
PERCENT - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
PERCENT_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
PERSON - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
PERSON_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
POLARITY - org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
 

R

recognise(String) - Method in class org.apache.tika.parser.ner.corenlp.CoreNLPNERecogniser
recognises names of entities in the text
recognise(String) - Method in class org.apache.tika.parser.ner.grobid.GrobidNERecogniser
recognises names of entities in the text
recognise(String) - Method in class org.apache.tika.parser.ner.mitie.MITIENERecogniser
recognises names of entities in the text
recognise(String) - Method in interface org.apache.tika.parser.ner.NERecogniser
call for name recognition action from text
recognise(String) - Method in class org.apache.tika.parser.ner.nltk.NLTKNERecogniser
recognises names of entities in the text
recognise(String) - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNameFinder
 
recognise(String) - Method in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
recognise(String) - Method in class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
RegexNERecogniser - Class in org.apache.tika.parser.ner.regex
This class offers an implementation of NERecogniser based on Regular Expressions.
RegexNERecogniser() - Constructor for class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
RegexNERecogniser(InputStream) - Constructor for class org.apache.tika.parser.ner.regex.RegexNERecogniser
 
reset(AnalysisEngine, JCas) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Resets cTAKES objects, if created.
resetAE(AnalysisEngine) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Resets the AE (AnalysisEngine), releasing all resources held by the current AE.
resetCAS(JCas) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Resets the CAS (Common Analysis System), emptying it of all content.

S

searchGeoNames(ArrayList<String>) - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
secondaryParser - Variable in class org.apache.tika.parser.ner.NamedEntityParser
 
SentimentAnalysisParser - Class in org.apache.tika.parser.sentiment
This parser classifies documents based on the sentiment of document.
SentimentAnalysisParser() - Constructor for class org.apache.tika.parser.sentiment.SentimentAnalysisParser
 
serialize(JCas, CTAKESSerializer, boolean, OutputStream) - Static method in class org.apache.tika.parser.ctakes.CTAKESUtils
Serializes a CAS in the given format.
setAdmin1Code(String) - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
setAdmin2Code(String) - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
setAeDescriptorPath(String) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the path to XML descriptor for AnalysisEngine.
setAnnotationProps(String[]) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
ets the CTAKESAnnotationProperty's that will be included into cTAKES metadata.
setAnnotationProps(CTAKESAnnotationProperty[]) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the CTAKESAnnotationProperty's that will be included into cTAKES metadata.
setCountryCode(String) - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
setGazetteerRestEndpoint(String) - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
setGazetteerRestEndpoint(String) - Method in class org.apache.tika.parser.geo.topic.GeoParserConfig
Configure REST endpoint for lucene-geo-gazetteer
setLatitude(String) - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
setLongitude(String) - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
setMain(String, String, String) - Method in class org.apache.tika.parser.geo.topic.GeoTag
 
setMetadata(String[]) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the metadata whose values will be analyzed using cTAKES.
setName(String) - Method in class org.apache.tika.parser.geo.topic.gazetteer.Location
 
setNERModelPath(String) - Method in class org.apache.tika.parser.geo.topic.GeoParserConfig
 
setNerModelUrl(String) - Method in class org.apache.tika.parser.geo.topic.GeoParser
 
setNerModelUrl(URL) - Method in class org.apache.tika.parser.geo.topic.GeoParserConfig
 
setOutputStream(OutputStream) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the OutputStream object used to write the CAS.
setPrettyPrint(boolean) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Enables the formatted output for serializer.
setSeparatorChar(char) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the separator character used for annotation properties.
setSerialize(boolean) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Enables CAS serialization.
setSerializerType(CTAKESSerializer) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the type of cTAKES (UIMA) serializer used to write CAS.
setText(boolean) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Enables content text analysis using cTAKES.
setUMLSPass(String) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the UMLS password.
setUMLSUser(String) - Method in class org.apache.tika.parser.ctakes.CTAKESConfig
Sets the UMLS username.
SYS_PROP_NER_IMPL - Static variable in class org.apache.tika.parser.ner.NamedEntityParser
 

T

TEIDOMParser - Class in org.apache.tika.parser.journal
 
TEIDOMParser() - Constructor for class org.apache.tika.parser.journal.TEIDOMParser
 
TIME - Static variable in interface org.apache.tika.parser.ner.NERecogniser
 
TIME_FILE - Static variable in class org.apache.tika.parser.ner.opennlp.OpenNLPNERecogniser
 
toGeoTag(Map<String, List<Location>>, String) - Method in class org.apache.tika.parser.geo.topic.GeoTag
 
tokenize(String) - Static method in class org.apache.tika.parser.ner.opennlp.OpenNLPNameFinder
 

V

valueOf(String) - Static method in enum org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tika.parser.ctakes.CTAKESSerializer
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tika.parser.ctakes.CTAKESAnnotationProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tika.parser.ctakes.CTAKESSerializer
Returns an array containing the constants of this enum type, in the order they are declared.

X

XCAS - org.apache.tika.parser.ctakes.CTAKESSerializer
 
XMI - org.apache.tika.parser.ctakes.CTAKESSerializer
 
XML - org.apache.tika.parser.ctakes.CTAKESSerializer
 
A B C D E F G H I J L M N O P R S T V X 
All Classes All Packages