| Tanl Linguistic Pipeline |
A conf_feature contains a set of feature specifications. More...
#include <FeatureSpecs.h>
Public Member Functions | |
| conf_feature (char const *name) | |
| conf_feature (char const *name, char const *value) | |
| void | serialize (std::ostream &os) |
| Serialize variable so that it can be read back. | |
Protected Member Functions | |
| virtual void | parseValue (char const *&line) |
| Parse the line of text, which should have the following syntax: feature attribute pattern tokens. | |
| virtual void | reset () |
A conf_feature contains a set of feature specifications.
| void Tanl::NER::conf_feature::parseValue | ( | char const *& | line | ) | [protected, virtual] |
Parse the line of text, which should have the following syntax: feature attribute pattern tokens.
| line | The line of text to be parsed. |
Implements IXE::Configuration::Item.
References Tanl::Text::next_token_line().