FreeLing
4.0
|
Class feature_function is an abstrac class to enable calling module to define user-custom feature functions. More...
#include <fex_rule.h>
Public Member Functions | |
virtual void | extract (const sentence &, int, std::list< std::wstring > &) const =0 |
virtual | ~feature_function () |
Destructor. |
Class feature_function is an abstrac class to enable calling module to define user-custom feature functions.
virtual freeling::feature_function::~feature_function | ( | ) | [inline, virtual] |
Destructor.
virtual void freeling::feature_function::extract | ( | const sentence & | , |
int | , | ||
std::list< std::wstring > & | |||
) | const [pure virtual] |