edu.stanford.nlp.maxent
Class Features
java.lang.Object
edu.stanford.nlp.maxent.Features
- Direct Known Subclasses:
- TaggerFeatures
public class Features
- extends java.lang.Object
An ArrayList of Feature
Constructor Summary |
Features()
|
Features(java.lang.String filename,
Experiments domain)
reads in the features from a file, having already read the
experiments |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Features
public Features()
Features
public Features(java.lang.String filename,
Experiments domain)
- reads in the features from a file, having already read the
experiments
add
public void add(Feature m)
removeLast
public void removeLast()
get
public Feature get(int index)
size
public int size()
domain
public Experiments domain()
clean
public void clean()
print
public void print()
save
public void save(java.lang.String filename)
read
public void read(java.lang.String filename)