edu.stanford.nlp.maxent
Class DataGeneric
java.lang.Object
edu.stanford.nlp.maxent.DataGeneric
- Direct Known Subclasses:
- DataWordTag
public abstract class DataGeneric
- extends Object
A class representing a data item with an array of inputs X and a String classification Y.
- Author:
- Kristina Toutanova
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataGeneric
public DataGeneric()
getY
public abstract String getY()
Stanford NLP Group