MaltParser 1.0.1

org.maltparser.parser.guide.feature
Class FeatureVector

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Feature>
              extended by 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

Field Summary
static long serialVersionUID
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
FeatureVector(ParsingAlgorithm parsingAlgorithm)
           
 
Method Summary
 void addFeatureLine(String line)
           
 void malt04Tricks()
           
 void readFeatureSpecification(String featureSpecFileName)
           
 String toString()
           
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FeatureVector

public FeatureVector(ParsingAlgorithm parsingAlgorithm)
Method Detail

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>

MaltParser 1.0.1

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.