|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureFunction
Method Summary | |
---|---|
int |
getCode(String symbol)
Returns the integer representation of the string symbol according to the feature function. |
FeatureValue |
getFeatureValue()
Returns the feature value |
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. |
void |
updateCardinality()
Cause the feature function to update the cardinality of the feature value. |
Methods inherited from interface org.maltparser.core.feature.function.Function |
---|
getParameterTypes, initialize, update |
Method Detail |
---|
void updateCardinality() throws MaltChainedException
MaltChainedException
String getSymbol(int code) throws MaltChainedException
code
according to the feature function.
code
- the integer representation of the symbol
code
according to the feature function.
MaltChainedException
int getCode(String symbol) throws MaltChainedException
symbol
according to the feature function.
symbol
- the string representation of the symbol
symbol
according to the feature function.
MaltChainedException
SymbolTable getSymbolTable()
FeatureValue getFeatureValue()
|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |