| Name | Description | Type | Package | Framework |
| AbstractTextAnnotationCreator | Creates a stub implementation for creating annotation from various input sources using String as the main input source | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| Annotation | An annotation representing a span of text in a document. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotationCreator | | Interface | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotationOutputter | An interface for outputting CoreNLP Annotations to different output These are intended to be for more or less human consumption (or for transferring | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotationOutputter .Options | | Class | edu.stanford.nlp.pipeline.AnnotationOutputter | Stanford Parser |
|
| AnnotationPipeline | This class is designed to apply multiple Annotators to an Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotationSerializer | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotationSerializer .IntermediateEdge | | Class | edu.stanford.nlp.pipeline.AnnotationSerializer | Stanford Parser |
|
| AnnotationSerializer .IntermediateNode | | Class | edu.stanford.nlp.pipeline.AnnotationSerializer | Stanford Parser |
|
| AnnotationSerializer .IntermediateSemanticGraph | | Class | edu.stanford.nlp.pipeline.AnnotationSerializer | Stanford Parser |
|
| Annotator | This is an interface for adding annotations to a partially annotated Annotation. | Interface | edu.stanford.nlp.pipeline | Stanford Parser |
|
| Annotator .Requirement | The Requirement is a general way of describing the pre and post conditions of an Annotator running. | Class | edu.stanford.nlp.pipeline.Annotator | Stanford Parser |
|
| AnnotatorFactories | A companion to AnnotatorFactory defining the common annotators. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotatorFactory | A Factory for creating a certain type of Annotator. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotatorImplementations | A class abstracting the implementation of various annotators. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AnnotatorPool | An object for keeping track of Annotators. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| BinarizerAnnotator | This annotator takes unbinarized trees (from the parser annotator or elsewhere) and binarizes them in the attachment. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CharniakParserAnnotator | This class will add parse information to an Annotation from the BLLIP parser. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ChineseSegmenterAnnotator | This class will add segmentation information to an Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ChunkAnnotationUtils | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CleanXmlAnnotator | An annotator which removes all XML tags (as identified by the tokenizer) and possibly selectively keeps the text between them. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ColumnDataClassifierAnnotator | Created by joberant on 9/8/14. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CoNLLOutputter | Write a subset of our CoreNLP output in CoNLL format. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CoNLLUOutputter | Write a subset of our CoreNLP output in CoNLL-U format. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CorefAnnotator | This class adds coref information to an Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CoreMapAggregator | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CoreMapAttributeAggregator | Functions for aggregating token attributes. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CoreMapAttributeAggregator .ConcatAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | Stanford Parser |
|
| CoreMapAttributeAggregator .ConcatCoreMapListAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | Stanford Parser |
|
| CoreMapAttributeAggregator .ConcatListAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | Stanford Parser |
|
| CoreMapAttributeAggregator .ConcatTextAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | Stanford Parser |
|
| CoreMapAttributeAggregator .MostFreqAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | Stanford Parser |
|
| CoreNLPProtos | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| CoreNLPProtos .CorefChain | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .CorefChain .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain | Stanford Parser |
|
| CoreNLPProtos .CorefChain .CorefMention | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain | Stanford Parser |
|
| CoreNLPProtos .CorefChain .CorefMention .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention | Stanford Parser |
|
| CoreNLPProtos .CorefChain .CorefMentionOrBuilder | optional string animacy = 5;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain | Stanford Parser |
|
| CoreNLPProtos .CorefChainOrBuilder | required int32 chainID = 1;CoreNLPProtos. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .Edge | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .Edge .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .EdgeOrBuilder | optional string dep = 3;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .Node | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .Node .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node | Stanford Parser |
|
| CoreNLPProtos .DependencyGraph .NodeOrBuilder | optional uint32 copyAnnotation = 3;required uint32 index = 2; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | Stanford Parser |
|
| CoreNLPProtos .DependencyGraphOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Document | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Document .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Document | Stanford Parser |
|
| CoreNLPProtos .DocumentOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Entity | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Entity .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Entity | Stanford Parser |
|
| CoreNLPProtos .EntityOrBuilder | optional string corefID = 11;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .IndexedWord | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .IndexedWord .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord | Stanford Parser |
|
| CoreNLPProtos .IndexedWordOrBuilder | optional uint32 copyCount = 4;optional uint32 docID = 3; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Language | Protobuf enum edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .MapIntString | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .MapIntString .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString | Stanford Parser |
|
| CoreNLPProtos .MapIntStringOrBuilder | repeated uint32 key = 1;repeated uint32 key = 1; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .MapStringString | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .MapStringString .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString | Stanford Parser |
|
| CoreNLPProtos .MapStringStringOrBuilder | repeated string key = 1;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Mention | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Mention .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Mention | Stanford Parser |
|
| CoreNLPProtos .MentionOrBuilder | optional string animacy = 5;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .NaturalLogicRelation | Protobuf enum edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .NERMention | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .NERMention .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention | Stanford Parser |
|
| CoreNLPProtos .NERMentionOrBuilder | optional string entityType = 6;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .OpenIETriple | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .OpenIETriple .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple | Stanford Parser |
|
| CoreNLPProtos .OpenIETripleOrBuilder | optional double confidence = 4;optional bool istmod = 9; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Operator | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Operator .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Operator | Stanford Parser |
|
| CoreNLPProtos .OperatorOrBuilder | required string name = 1;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .ParseTree | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .ParseTree .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree | Stanford Parser |
|
| CoreNLPProtos .ParseTreeOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Polarity | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Polarity .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity | Stanford Parser |
|
| CoreNLPProtos .PolarityOrBuilder | required . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Quote | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Quote .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Quote | Stanford Parser |
|
| CoreNLPProtos .QuoteOrBuilder | optional uint32 begin = 2;optional string docid = 9; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Relation | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Relation .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Relation | Stanford Parser |
|
| CoreNLPProtos .RelationOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Sentence | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Sentence .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence | Stanford Parser |
|
| CoreNLPProtos .SentenceFragment | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .SentenceFragment .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment | Stanford Parser |
|
| CoreNLPProtos .SentenceFragmentOrBuilder | optional bool assumedTruth = 3;optional uint32 root = 2; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .SentenceOrBuilder | optional . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Sentiment | Protobuf enum edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Span | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Span .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Span | Stanford Parser |
|
| CoreNLPProtos .SpanOrBuilder | required uint32 begin = 1;required uint32 end = 2; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .SpeakerInfo | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .SpeakerInfo .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo | Stanford Parser |
|
| CoreNLPProtos .SpeakerInfoOrBuilder | repeated int32 mentions = 2;intgetMentionsCount() | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Timex | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Timex .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Timex | Stanford Parser |
|
| CoreNLPProtos .TimexOrBuilder | optional string altValue = 2;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Token | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CoreNLPProtos .Token .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Token | Stanford Parser |
|
| CoreNLPProtos .TokenOrBuilder | optional string after = 6;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | Stanford Parser |
|
| CustomAnnotationSerializer | Serializes Annotation objects using our own format. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| DefaultPaths | Default model paths for StanfordCoreNLP All these paths point to files distributed with the model jar file (stanford-corenlp-models-*. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| DependencyParseAnnotator | This class adds dependency parse information to an Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| DeterministicCorefAnnotator | In other words, this depends on: POSTaggerAnnotator, NERCombinerAnnotator (or equivalent), and ParserAnnotator. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| EntityMentionsAnnotator | Annotator that marks entity mentions in a document. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| GenderAnnotator | This class adds gender information (MALE / FEMALE) to tokens as GenderAnnotations. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| GenericAnnotationSerializer | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| JSONOutputter | Output an Annotation to human readable JSON. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| JSONOutputter .JSONWriter | Our very own little JSON writing class. | Class | edu.stanford.nlp.pipeline.JSONOutputter | Stanford Parser |
|
| JSONOutputter .Writer | A tiny little functional interface for writing a (key, value) pair. | Interface | edu.stanford.nlp.pipeline.JSONOutputter | Stanford Parser |
|
| LabeledChunkIdentifier | Identifies chunks based on labels that uses IOB like encoding Assumes labels have the form - | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| LabeledChunkIdentifier .LabelTagType | | Class | edu.stanford.nlp.pipeline.LabeledChunkIdentifier | Stanford Parser |
|
| MentionAnnotator | This class adds mention information to an Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| MorphaAnnotator | This class will add the lemmas of all the words to the Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| NERCombinerAnnotator | This class will add NER information to an Annotation using a combination of NER models. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ParserAnnotator | This class will add parse information to an Annotation. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ParserAnnotatorUtils | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| POSTaggerAnnotator | Wrapper for the maxent part of speech tagger. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ProtobufAnnotationSerializer | A serializer using Google's protocol buffer format. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| ProtobufAnnotationSerializer .LossySerializationException | An exception to denote that the serialization would be lossy. | Class | edu.stanford.nlp.pipeline.ProtobufAnnotationSerializer | Stanford Parser |
|
| QuoteAnnotator | An annotator which picks quotations out of the given text. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| RegexNERAnnotator | This class adds NER information to an annotation using the RegexNERSequenceClassifier. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| RelationExtractorAnnotator | Annotating relations between entities produced by the NER system. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| Requirement | Stores and describes a set of requirements for the typical use of the pipeline. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| SentenceAnnotator | A parent class for annotators which might want to analyze one sentence at a time, possibly in a multithreaded manner. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| SentimentAnnotator | This annotator attaches a binarized tree with sentiment annotations to each sentence. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| StanfordCoreNLP | This is a pipeline that takes in a string and returns various analyzed The String is tokenized via a tokenizer (using a TokenizerAnnotator), and | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| StanfordCoreNLPClient | An annotation pipeline in spirit identical to StanfordCoreNLP, but with the backend supported by a web server. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| StanfordCoreNLPServer | This class creates a server that runs a new Java annotator in each thread. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| StanfordCoreNLPServer .FileHandler | | Class | edu.stanford.nlp.pipeline.StanfordCoreNLPServer | Stanford Parser |
|
| StanfordCoreNLPServer .PingHandler | A simple ping test. | Class | edu.stanford.nlp.pipeline.StanfordCoreNLPServer | Stanford Parser |
|
| TextAnnotationCreator | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| TextOutputter | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| TokenizerAnnotator | This class will PTB tokenize the input. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| TokenizerAnnotator .TokenizerType | TokenizerType, add it to the list with a default options string and add a clause in getTokenizerType to identify it. | Class | edu.stanford.nlp.pipeline.TokenizerAnnotator | Stanford Parser |
|
| TokensRegexAnnotator | Uses TokensRegex patterns to annotate tokens. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| TokensRegexAnnotator .Options | | Class | edu.stanford.nlp.pipeline.TokensRegexAnnotator | Stanford Parser |
|
| TokensRegexNERAnnotator | TokensRegexNERAnnotator labels tokens with types based on a simple manual mapping from regular expressions to the types of the entities they are meant to describe. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| TrueCaseAnnotator | | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| UDFeatureAnnotator | Extracts universal dependencies features from a treeAuthor:Sebastian Schuster | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| WordsToSentencesAnnotator | This class assumes that there is a List under the TokensAnnotation field, and runs it | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| XMLOutputter | An outputter to XML format. | Class | edu.stanford.nlp.pipeline | Stanford Parser |
|
| AbstractTextAnnotationCreator | Creates a stub implementation for creating annotation from various input sources using String as the main input source | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| Annotation | An annotation representing a span of text in a document. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotationCreator | | Interface | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotationOutputter | An interface for outputting CoreNLP Annotations to different output These are intended to be for more or less human consumption (or for transferring | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotationOutputter .Options | | Class | edu.stanford.nlp.pipeline.AnnotationOutputter | JavaNlp |
|
| AnnotationPipeline | This class is designed to apply multiple Annotators to an Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotationSerializer | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotationSerializer .IntermediateEdge | | Class | edu.stanford.nlp.pipeline.AnnotationSerializer | JavaNlp |
|
| AnnotationSerializer .IntermediateNode | | Class | edu.stanford.nlp.pipeline.AnnotationSerializer | JavaNlp |
|
| AnnotationSerializer .IntermediateSemanticGraph | | Class | edu.stanford.nlp.pipeline.AnnotationSerializer | JavaNlp |
|
| Annotator | This is an interface for adding annotations to a partially annotated Annotation. | Interface | edu.stanford.nlp.pipeline | JavaNlp |
|
| Annotator .Requirement | The Requirement is a general way of describing the pre and post conditions of an Annotator running. | Class | edu.stanford.nlp.pipeline.Annotator | JavaNlp |
|
| AnnotatorFactories | A companion to AnnotatorFactory defining the common annotators. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotatorFactory | A Factory for creating a certain type of Annotator. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotatorImplementations | A class abstracting the implementation of various annotators. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| AnnotatorPool | An object for keeping track of Annotators. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| BinarizerAnnotator | This annotator takes unbinarized trees (from the parser annotator or elsewhere) and binarizes them in the attachment. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CharniakParserAnnotator | This class will add parse information to an Annotation from the BLLIP parser. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ChineseSegmenterAnnotator | This class will add segmentation information to an Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ChunkAnnotationUtils | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CleanXmlAnnotator | An annotator which removes all XML tags (as identified by the tokenizer) and possibly selectively keeps the text between them. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ColumnDataClassifierAnnotator | Created by joberant on 9/8/14. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CoNLLOutputter | Write a subset of our CoreNLP output in CoNLL format. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CoNLLUOutputter | Write a subset of our CoreNLP output in CoNLL-U format. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CorefAnnotator | This class adds coref information to an Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CoreMapAggregator | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CoreMapAttributeAggregator | Functions for aggregating token attributes. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CoreMapAttributeAggregator .ConcatAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | JavaNlp |
|
| CoreMapAttributeAggregator .ConcatCoreMapListAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | JavaNlp |
|
| CoreMapAttributeAggregator .ConcatListAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | JavaNlp |
|
| CoreMapAttributeAggregator .ConcatTextAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | JavaNlp |
|
| CoreMapAttributeAggregator .MostFreqAggregator | | Class | edu.stanford.nlp.pipeline.CoreMapAttributeAggregator | JavaNlp |
|
| CoreNLPProtos | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| CoreNLPProtos .CorefChain | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .CorefChain .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain | JavaNlp |
|
| CoreNLPProtos .CorefChain .CorefMention | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain | JavaNlp |
|
| CoreNLPProtos .CorefChain .CorefMention .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention | JavaNlp |
|
| CoreNLPProtos .CorefChain .CorefMentionOrBuilder | optional string animacy = 5;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain | JavaNlp |
|
| CoreNLPProtos .CorefChainOrBuilder | required int32 chainID = 1;CoreNLPProtos. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .DependencyGraph | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .Edge | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .Edge .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .EdgeOrBuilder | optional string dep = 3;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .Node | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .Node .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node | JavaNlp |
|
| CoreNLPProtos .DependencyGraph .NodeOrBuilder | optional uint32 copyAnnotation = 3;required uint32 index = 2; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph | JavaNlp |
|
| CoreNLPProtos .DependencyGraphOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Document | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Document .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Document | JavaNlp |
|
| CoreNLPProtos .DocumentOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Entity | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Entity .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Entity | JavaNlp |
|
| CoreNLPProtos .EntityOrBuilder | optional string corefID = 11;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .IndexedWord | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .IndexedWord .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord | JavaNlp |
|
| CoreNLPProtos .IndexedWordOrBuilder | optional uint32 copyCount = 4;optional uint32 docID = 3; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Language | Protobuf enum edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .MapIntString | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .MapIntString .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString | JavaNlp |
|
| CoreNLPProtos .MapIntStringOrBuilder | repeated uint32 key = 1;repeated uint32 key = 1; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .MapStringString | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .MapStringString .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString | JavaNlp |
|
| CoreNLPProtos .MapStringStringOrBuilder | repeated string key = 1;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Mention | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Mention .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Mention | JavaNlp |
|
| CoreNLPProtos .MentionOrBuilder | optional string animacy = 5;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .NaturalLogicRelation | Protobuf enum edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .NERMention | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .NERMention .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention | JavaNlp |
|
| CoreNLPProtos .NERMentionOrBuilder | optional string entityType = 6;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .OpenIETriple | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .OpenIETriple .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple | JavaNlp |
|
| CoreNLPProtos .OpenIETripleOrBuilder | optional double confidence = 4;optional bool istmod = 9; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Operator | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Operator .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Operator | JavaNlp |
|
| CoreNLPProtos .OperatorOrBuilder | required string name = 1;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .ParseTree | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .ParseTree .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree | JavaNlp |
|
| CoreNLPProtos .ParseTreeOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Polarity | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Polarity .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity | JavaNlp |
|
| CoreNLPProtos .PolarityOrBuilder | required . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Quote | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Quote .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Quote | JavaNlp |
|
| CoreNLPProtos .QuoteOrBuilder | optional uint32 begin = 2;optional string docid = 9; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Relation | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Relation .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Relation | JavaNlp |
|
| CoreNLPProtos .RelationOrBuilder | repeated . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Sentence | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Sentence .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence | JavaNlp |
|
| CoreNLPProtos .SentenceFragment | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .SentenceFragment .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment | JavaNlp |
|
| CoreNLPProtos .SentenceFragmentOrBuilder | optional bool assumedTruth = 3;optional uint32 root = 2; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .SentenceOrBuilder | optional . | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Sentiment | Protobuf enum edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Span | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Span .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Span | JavaNlp |
|
| CoreNLPProtos .SpanOrBuilder | required uint32 begin = 1;required uint32 end = 2; | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .SpeakerInfo | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .SpeakerInfo .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo | JavaNlp |
|
| CoreNLPProtos .SpeakerInfoOrBuilder | repeated int32 mentions = 2;intgetMentionsCount() | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Timex | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Timex .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Timex | JavaNlp |
|
| CoreNLPProtos .TimexOrBuilder | optional string altValue = 2;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Token | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CoreNLPProtos .Token .Builder | Protobuf type edu. | Class | edu.stanford.nlp.pipeline.CoreNLPProtos.Token | JavaNlp |
|
| CoreNLPProtos .TokenOrBuilder | optional string after = 6;com. | Interface | edu.stanford.nlp.pipeline.CoreNLPProtos | JavaNlp |
|
| CustomAnnotationSerializer | Serializes Annotation objects using our own format. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| DefaultPaths | Default model paths for StanfordCoreNLP All these paths point to files distributed with the model jar file (stanford-corenlp-models-*. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| DependencyParseAnnotator | This class adds dependency parse information to an Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| DeterministicCorefAnnotator | In other words, this depends on: POSTaggerAnnotator, NERCombinerAnnotator (or equivalent), and ParserAnnotator. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| EntityMentionsAnnotator | Annotator that marks entity mentions in a document. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| GenderAnnotator | This class adds gender information (MALE / FEMALE) to tokens as GenderAnnotations. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| GenericAnnotationSerializer | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| JSONOutputter | Output an Annotation to human readable JSON. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| JSONOutputter .JSONWriter | Our very own little JSON writing class. | Class | edu.stanford.nlp.pipeline.JSONOutputter | JavaNlp |
|
| JSONOutputter .Writer | A tiny little functional interface for writing a (key, value) pair. | Interface | edu.stanford.nlp.pipeline.JSONOutputter | JavaNlp |
|
| LabeledChunkIdentifier | Identifies chunks based on labels that uses IOB like encoding Assumes labels have the form - | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| LabeledChunkIdentifier .LabelTagType | | Class | edu.stanford.nlp.pipeline.LabeledChunkIdentifier | JavaNlp |
|
| MentionAnnotator | This class adds mention information to an Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| MorphaAnnotator | This class will add the lemmas of all the words to the Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| NERCombinerAnnotator | This class will add NER information to an Annotation using a combination of NER models. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ParserAnnotator | This class will add parse information to an Annotation. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ParserAnnotatorUtils | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| POSTaggerAnnotator | Wrapper for the maxent part of speech tagger. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ProtobufAnnotationSerializer | A serializer using Google's protocol buffer format. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| ProtobufAnnotationSerializer .LossySerializationException | An exception to denote that the serialization would be lossy. | Class | edu.stanford.nlp.pipeline.ProtobufAnnotationSerializer | JavaNlp |
|
| QuoteAnnotator | An annotator which picks quotations out of the given text. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| RegexNERAnnotator | This class adds NER information to an annotation using the RegexNERSequenceClassifier. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| RelationExtractorAnnotator | Annotating relations between entities produced by the NER system. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| Requirement | Stores and describes a set of requirements for the typical use of the pipeline. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| SentenceAnnotator | A parent class for annotators which might want to analyze one sentence at a time, possibly in a multithreaded manner. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| SentimentAnnotator | This annotator attaches a binarized tree with sentiment annotations to each sentence. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| StanfordCoreNLP | This is a pipeline that takes in a string and returns various analyzed The String is tokenized via a tokenizer (using a TokenizerAnnotator), and | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| StanfordCoreNLPClient | An annotation pipeline in spirit identical to StanfordCoreNLP, but with the backend supported by a web server. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| StanfordCoreNLPServer | This class creates a server that runs a new Java annotator in each thread. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| StanfordCoreNLPServer .FileHandler | | Class | edu.stanford.nlp.pipeline.StanfordCoreNLPServer | JavaNlp |
|
| StanfordCoreNLPServer .PingHandler | A simple ping test. | Class | edu.stanford.nlp.pipeline.StanfordCoreNLPServer | JavaNlp |
|
| TextAnnotationCreator | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| TextOutputter | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| TokenizerAnnotator | This class will PTB tokenize the input. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| TokenizerAnnotator .TokenizerType | TokenizerType, add it to the list with a default options string and add a clause in getTokenizerType to identify it. | Class | edu.stanford.nlp.pipeline.TokenizerAnnotator | JavaNlp |
|
| TokensRegexAnnotator | Uses TokensRegex patterns to annotate tokens. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| TokensRegexAnnotator .Options | | Class | edu.stanford.nlp.pipeline.TokensRegexAnnotator | JavaNlp |
|
| TokensRegexNERAnnotator | TokensRegexNERAnnotator labels tokens with types based on a simple manual mapping from regular expressions to the types of the entities they are meant to describe. | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| TrueCaseAnnotator | | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| UDFeatureAnnotator | Extracts universal dependencies features from a treeAuthor:Sebastian Schuster | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| WordsToSentencesAnnotator | This class assumes that there is a List under the TokensAnnotation field, and runs it | Class | edu.stanford.nlp.pipeline | JavaNlp |
|
| XMLOutputter | An outputter to XML format. | Class | edu.stanford.nlp.pipeline | JavaNlp |