edu.stanford.nlp.tagger.maxent
Class FeatureKey

java.lang.Object
  |
  +--edu.stanford.nlp.tagger.maxent.FeatureKey

public class FeatureKey
extends Object


Constructor Summary
FeatureKey()
           
FeatureKey(int num, String val, String tag)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void read(InDataStreamFile inf)
           
 void save(OutDataStreamFile f)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureKey

public FeatureKey()

FeatureKey

public FeatureKey(int num,
                  String val,
                  String tag)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

save

public void save(OutDataStreamFile f)

read

public void read(InDataStreamFile inf)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Stanford NLP Group