See: Description
| Interface | Description |
|---|---|
| ClauseSplitter |
Just a convenience alias for a clause splitting search problem factory.
|
| ClauseSplitterSearchProblem.Action |
An action being taken; that is, the type of clause splitting going on.
|
| ClauseSplitterSearchProblem.Featurizer |
Mostly just an alias, but make sure our featurizer is serializable!
|
| Class | Description |
|---|---|
| ClauseSplitterSearchProblem |
A search problem for finding clauses in a sentence.
|
| ClauseSplitterSearchProblem.TrainingOptions |
The options used for training the clause searcher.
|
| ForwardEntailer |
A class to find the forward entailments warranted by a particular sentence or clause.
|
| ForwardEntailerSearchProblem |
A particular instance of a search problem for finding entailed sentences.
|
| NaturalLogicAnnotations |
A collection of
CoreAnnotations for various Natural Logic data. |
| NaturalLogicAnnotations.EntailedClausesAnnotation |
A set of clauses contained in and entailed by this sentence.
|
| NaturalLogicAnnotations.EntailedSentencesAnnotation |
The set of sentences which are entailed by the original sentence, according to Natural Logic semantics.
|
| 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).
|
| 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).
|
| NaturalLogicAnnotations.PolarityDirectionAnnotation |
An annotation, similar to
NaturalLogicAnnotations.PolarityAnnotation, which just measures whether
the polarity of a token is upwards, downwards, or flat. |
| NaturalLogicAnnotations.RelationTriplesAnnotation |
The set of relation triples extracted from this sentence.
|
| NaturalLogicAnnotator |
An annotator marking operators with their scope.
|
| NaturalLogicWeights |
An encapsulation of the natural logic weights to use during forward inference.
|
| OpenIE |
An OpenIE system based on valid Natural Logic deletions of a sentence.
|
| OperatorSpec |
A silly little class to denote a quantifier scope.
|
| Polarity |
A class intended to be attached to a lexical item, determining what mutations are valid on it while
maintaining valid Natural Logic inference.
|
| QuestionToStatementTranslator |
Translate a question to a statement.
|
| QuestionToStatementTranslator.UnknownTokenMarker | |
| RelationTripleSegmenter |
This class takes a
SentenceFragment and converts it to a conventional
OpenIE triple, as materialized in the RelationTriple class. |
| SentenceFragment |
A representation of a sentence fragment.
|
| Util |
TODO(gabor) JavaDoc
|
| Enum | Description |
|---|---|
| ClauseSplitter.ClauseClassifierLabel | |
| Monotonicity |
A monotonicity value.
|
| MonotonicityType |
The monotonicity type -- that is, additive, multiplicative, or both/neither
|
| NaturalLogicRelation |
The catalog of the seven Natural Logic relations.
|
| Operator |
A collection of quantifiers.
|
| VerbTense |
A mapping from verbs to their different tenses.
|
| Exception | Description |
|---|---|
| NotTreeException |
If you are new to this package, take a look at the following classes: