org.maltparser.parser.guide.feature
Class SplitFeature
java.lang.Object
org.maltparser.parser.guide.feature.Feature
org.maltparser.parser.guide.feature.SplitFeature
public class SplitFeature
- extends Feature
Methods inherited from class org.maltparser.parser.guide.feature.Feature |
getCardinality, getFirstIntegerValue, getFirstStringValue, getIntegerValues, getParsingAlgorithm, getStringValues, getValues, init, initialize, isKnown, isNullValue, setCardinality, setParsingAlgorithm |
SplitFeature
public SplitFeature(ParsingAlgorithm parsingAlgorithm,
String spec)
throws MaltChainedException
- Throws:
MaltChainedException
initParentFeature
protected Feature initParentFeature(String spec)
throws MaltChainedException
- Throws:
MaltChainedException
init
public boolean init(String spec)
throws MaltChainedException
- Specified by:
init
in class Feature
- Throws:
MaltChainedException
setValue
public void setValue(Integer intValue)
throws MaltChainedException
- Specified by:
setValue
in class Feature
- Throws:
MaltChainedException
setValue
public void setValue(String value)
throws MaltChainedException
- Specified by:
setValue
in class Feature
- Throws:
MaltChainedException
getStringValue
public String getStringValue(Integer value)
throws MaltChainedException
- Specified by:
getStringValue
in class Feature
- Throws:
MaltChainedException
getIntegerValue
public Integer getIntegerValue(String value)
throws MaltChainedException
- Specified by:
getIntegerValue
in class Feature
- Throws:
MaltChainedException
update
public void update()
throws MaltChainedException
- Specified by:
update
in class Feature
- Throws:
MaltChainedException
updateCardinality
public void updateCardinality()
throws MaltChainedException
- Specified by:
updateCardinality
in class Feature
- Throws:
MaltChainedException
getParentFeature
public Feature getParentFeature()
getSymbolTable
public SymbolTable getSymbolTable()
getSeparators
public String getSeparators()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Feature
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Feature
Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.