| Tanl Linguistic Pipeline |
Representation of feature model:
#include <FeatureSpecs.h>
Public Member Functions | |
| FeatureSpec (std::string const &name, std::string const &pattern, char const *line) | |
Public Attributes | |
| std::string const | name |
| token attribute | |
| Text::RegExp::Pattern | pattern |
| pattern applied to tokens | |
| std::vector< int > | tokens |
| relative token positions | |
Representation of feature model: