opennlp.tools.postag
Class Triple

java.lang.Object
  extended by opennlp.tools.postag.Triple
All Implemented Interfaces:
Comparable<Triple>

public class Triple
extends Object
implements Comparable<Triple>


Constructor Summary
Triple(String clazz, String lemma, String feats)
           
 
Method Summary
 int compareTo(Triple o)
           
 boolean equals(Object o)
           
 String getClazz()
           
 String getFeats()
           
 String getLemma()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Triple

public Triple(String clazz,
              String lemma,
              String feats)
Method Detail

getClazz

public String getClazz()

getLemma

public String getLemma()

getFeats

public String getFeats()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(Triple o)
Specified by:
compareTo in interface Comparable<Triple>


Copyright © 2012-2013 CoGrOO. All Rights Reserved.