Java edu.stanford.nlp.ie.util RelationTriple fields, constructors, methods, implement or subclass

Example usage for Java edu.stanford.nlp.ie.util RelationTriple fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for edu.stanford.nlp.ie.util RelationTriple.

The text is from its open source code.

Method

StringobjectGloss()
The object of this relation triple, as a String
StringobjectLemmaGloss()
The object of this relation triple, as a String of the object's lemmas.
StringobjectLink()
The entity link of the subject
PairobjectTokenSpan()
Gets the span of the NON-CANONICAL object.
StringrelationGloss()
The relation of this relation triple, as a String
StringrelationLemmaGloss()
The relation of this relation triple, as a String of the relation's lemmas.
PairrelationTokenSpan()
Get a representative span for the relation expressed by this triple.
StringsubjectGloss()
The subject of this relation triple, as a String
StringsubjectLemmaGloss()
The subject of this relation triple, as a String of the subject's lemmas.
StringsubjectLink()
The entity link of the subject
PairsubjectTokenSpan()
Gets the span of the NON-CANONICAL subject.