org.maltparser.parser.guide.feature
Class FeatureVector
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Feature>
org.maltparser.parser.guide.feature.FeatureVector
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Feature>, Collection<Feature>, List<Feature>, RandomAccess
public class FeatureVector
- extends ArrayList<Feature>
- implements Serializable
- Since:
- 1.0
- Author:
- Johan Hall
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
FeatureVector
public FeatureVector(ParsingAlgorithm parsingAlgorithm)
addFeatureLine
public void addFeatureLine(String line)
throws MaltChainedException
- Throws:
MaltChainedException
readFeatureSpecification
public void readFeatureSpecification(String featureSpecFileName)
throws MaltChainedException
- Throws:
MaltChainedException
malt04Tricks
public void malt04Tricks()
toString
public String toString()
- Overrides:
toString
in class AbstractCollection<Feature>
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.