public interface FeatureFunction extends Function
Modifier and Type | Method and Description |
---|---|
int |
getCode(java.lang.String symbol)
Returns the integer representation of the string
symbol according to the feature function. |
FeatureValue |
getFeatureValue()
Returns the feature value
|
java.lang.String |
getMapIdentifier() |
java.lang.String |
getSymbol(int code)
Returns the string representation of the integer
code according to the feature function. |
SymbolTable |
getSymbolTable()
Returns the symbol table used by the feature function.
|
int |
getType() |
getParameterTypes, initialize, update
java.lang.String getSymbol(int code) throws MaltChainedException
code
according to the feature function.code
- the integer representation of the symbolcode
according to the feature function.MaltChainedException
int getCode(java.lang.String symbol) throws MaltChainedException
symbol
according to the feature function.symbol
- the string representation of the symbolsymbol
according to the feature function.MaltChainedException
SymbolTable getSymbolTable()
FeatureValue getFeatureValue()
int getType()
java.lang.String getMapIdentifier()
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.