| 
 | MaltParser 1.4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
| Method Summary | |
|---|---|
|  Class<?>[] | getParameterTypes()Returns an array of class types used by the feature extraction system to invoke initialize with correct arguments. | 
|  void | initialize(Object[] arguments)Initialize the feature function | 
|  void | update()Cause the feature function to update the feature value. | 
| Method Detail | 
|---|
void initialize(Object[] arguments)
                throws MaltChainedException
arguments - an array of arguments with the type returned by getParameterTypes()
MaltChainedExceptionClass<?>[] getParameterTypes()
void update()
            throws MaltChainedException
MaltChainedException| 
 | MaltParser 1.4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||