public class NaturalLogicAnnotations extends Object
CoreAnnotations for various Natural Logic data.| Modifier and Type | Class and Description |
|---|---|
static class |
NaturalLogicAnnotations.ImpliedSentencesAnnotation
The set of sentences which are entailed by the original sentence, according to Natural Logic semantics.
|
static class |
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).
|
static class |
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).
|
static class |
NaturalLogicAnnotations.RelationTriplesAnnotation
The set of relation triples extracted from this sentence.
|
| Constructor and Description |
|---|
NaturalLogicAnnotations() |