edu.washington.cs.knowitall.extractor.conf.opennlp
Class OpenNlpAlphabet.Key

java.lang.Object
  extended by edu.washington.cs.knowitall.extractor.conf.opennlp.OpenNlpAlphabet.Key
Enclosing class:
OpenNlpAlphabet<T>

public static class OpenNlpAlphabet.Key
extends Object


Field Summary
 String featureName
           
 boolean value
           
 
Constructor Summary
OpenNlpAlphabet.Key(String featureName, boolean value)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureName

public final String featureName

value

public final boolean value
Constructor Detail

OpenNlpAlphabet.Key

public OpenNlpAlphabet.Key(String featureName,
                           boolean value)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010-2012 University of Washington CSE. All Rights Reserved.