org.maltparser.parser.guide.feature
Class InputColumnFeature
java.lang.Object
org.maltparser.parser.guide.feature.Feature
org.maltparser.parser.guide.feature.AtomicFeature
org.maltparser.parser.guide.feature.TokenFeature
org.maltparser.parser.guide.feature.ColumnFeature
org.maltparser.parser.guide.feature.InputColumnFeature
public final class InputColumnFeature
- extends ColumnFeature
- Since:
- 1.0
- Author:
- Johan Hall
Methods inherited from class org.maltparser.parser.guide.feature.Feature |
getCardinality, getFirstIntegerValue, getFirstStringValue, getIntegerValues, getParsingAlgorithm, getStringValues, getValues, init, initialize, isKnown, isNullValue, setParsingAlgorithm |
InputColumnFeature
public InputColumnFeature(ParsingAlgorithm parsingAlgorithm,
String spec)
throws MaltChainedException
- Throws:
MaltChainedException
init
public boolean init(String spec)
throws MaltChainedException
- Overrides:
init
in class ColumnFeature
- Throws:
MaltChainedException
update
public void update()
throws MaltChainedException
- Specified by:
update
in class ColumnFeature
- Throws:
MaltChainedException
equals
public boolean equals(Object obj)
- Overrides:
equals
in class ColumnFeature
hashCode
public int hashCode()
- Overrides:
hashCode
in class ColumnFeature
toString
public String toString()
- Overrides:
toString
in class ColumnFeature
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.