| Name | Description | Type | Package | Framework |
| ClauseSplitter | Just a convenience alias for a clause splitting search problem factory. | Interface | edu.stanford.nlp.naturalli | Stanford Parser |
|
| ClauseSplitter .ClauseClassifierLabel | | Class | edu.stanford.nlp.naturalli.ClauseSplitter | Stanford Parser |
|
| ClauseSplitterSearchProblem | A search problem for finding clauses in a sentence. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| ClauseSplitterSearchProblem .Action | An action being taken; that is, the type of clause splitting going on. | Interface | edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | Stanford Parser |
|
| ClauseSplitterSearchProblem .Featurizer | | Interface | edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | Stanford Parser |
|
| ClauseSplitterSearchProblem .TrainingOptions | The options used for training the clause searcher. | Class | edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | Stanford Parser |
|
| ForwardEntailer | A class to find the forward entailments warranted by a particular sentence or clause. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| ForwardEntailerSearchProblem | A particular instance of a search problem for finding entailed sentences. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| Monotonicity | A monotonicity value. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| MonotonicityType | enum MonotonicityTypeThe monotonicity type -- that is, additive, multiplicative, or both/neither | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| NaturalLogicAnnotations | A collection of CoreAnnotations for various Natural Logic data. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| NaturalLogicAnnotations .EntailedSentencesAnnotation | The set of sentences which are entailed by the original sentence, according to Natural Logic semantics. | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | Stanford Parser |
|
| NaturalLogicAnnotations .OperatorAnnotation | An annotation which attaches to a CoreLabel to denote that this is an operator in natural logic, to describe which operator it is, and to give the scope of its argument(s). | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | Stanford Parser |
|
| NaturalLogicAnnotations .PolarityAnnotation | An annotation which attaches to a CoreLabel to denote that this is an operator in natural logic, to describe which operator it is, and to give the scope of its argument(s). | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | Stanford Parser |
|
| NaturalLogicAnnotations .RelationTriplesAnnotation | The set of relation triples extracted from this sentence. | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | Stanford Parser |
|
| NaturalLogicAnnotator | An annotator marking operators with their scope. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| NaturalLogicRelation | enum NaturalLogicRelationThe catalog of the seven Natural Logic relations. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| NaturalLogicWeights | An encapsulation of the natural logic weights to use during forward inference. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| OpenIE | An OpenIE system based on valid Natural Logic deletions of a sentence. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| Operator | A collection of quantifiers. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| OperatorSpec | A silly little class to denote a quantifier scope. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| Polarity | A class intended to be attached to a lexical item, determining what mutations are valid on it while maintaining valid Natural Logic inference. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| RelationTripleSegmenter | This class takes a SentenceFragment and converts it to a conventional OpenIE triple, as materialized in the RelationTriple class. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| SentenceFragment | A representation of a sentence fragment. | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| Util | | Class | edu.stanford.nlp.naturalli | Stanford Parser |
|
| ClauseSplitter | Just a convenience alias for a clause splitting search problem factory. | Interface | edu.stanford.nlp.naturalli | JavaNlp |
|
| ClauseSplitter .ClauseClassifierLabel | | Class | edu.stanford.nlp.naturalli.ClauseSplitter | JavaNlp |
|
| ClauseSplitterSearchProblem | A search problem for finding clauses in a sentence. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| ClauseSplitterSearchProblem .Action | An action being taken; that is, the type of clause splitting going on. | Interface | edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | JavaNlp |
|
| ClauseSplitterSearchProblem .Featurizer | | Interface | edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | JavaNlp |
|
| ClauseSplitterSearchProblem .TrainingOptions | The options used for training the clause searcher. | Class | edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem | JavaNlp |
|
| ForwardEntailer | A class to find the forward entailments warranted by a particular sentence or clause. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| ForwardEntailerSearchProblem | A particular instance of a search problem for finding entailed sentences. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| Monotonicity | A monotonicity value. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| MonotonicityType | enum MonotonicityTypeThe monotonicity type -- that is, additive, multiplicative, or both/neither | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| NaturalLogicAnnotations | A collection of CoreAnnotations for various Natural Logic data. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| NaturalLogicAnnotations .EntailedSentencesAnnotation | The set of sentences which are entailed by the original sentence, according to Natural Logic semantics. | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | JavaNlp |
|
| NaturalLogicAnnotations .OperatorAnnotation | An annotation which attaches to a CoreLabel to denote that this is an operator in natural logic, to describe which operator it is, and to give the scope of its argument(s). | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | JavaNlp |
|
| NaturalLogicAnnotations .PolarityAnnotation | An annotation which attaches to a CoreLabel to denote that this is an operator in natural logic, to describe which operator it is, and to give the scope of its argument(s). | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | JavaNlp |
|
| NaturalLogicAnnotations .RelationTriplesAnnotation | The set of relation triples extracted from this sentence. | Class | edu.stanford.nlp.naturalli.NaturalLogicAnnotations | JavaNlp |
|
| NaturalLogicAnnotator | An annotator marking operators with their scope. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| NaturalLogicRelation | enum NaturalLogicRelationThe catalog of the seven Natural Logic relations. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| NaturalLogicWeights | An encapsulation of the natural logic weights to use during forward inference. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| OpenIE | An OpenIE system based on valid Natural Logic deletions of a sentence. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| Operator | A collection of quantifiers. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| OperatorSpec | A silly little class to denote a quantifier scope. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| Polarity | A class intended to be attached to a lexical item, determining what mutations are valid on it while maintaining valid Natural Logic inference. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| RelationTripleSegmenter | This class takes a SentenceFragment and converts it to a conventional OpenIE triple, as materialized in the RelationTriple class. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| SentenceFragment | A representation of a sentence fragment. | Class | edu.stanford.nlp.naturalli | JavaNlp |
|
| Util | | Class | edu.stanford.nlp.naturalli | JavaNlp |