| Class | Description |
|---|---|
| NaturalLogicAnnotations |
A collection of
CoreAnnotations for various Natural Logic data. |
| NaturalLogicAnnotations.ImpliedSentencesAnnotation |
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.RelationTriplesAnnotation |
The set of relation triples extracted from this sentence.
|
| NaturalLogicAnnotator |
An annotator marking operators with their scope.
|
| 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.
|
| Enum | Description |
|---|---|
| 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.
|