Tanl Linguistic Pipeline |
Public Attributes | |
std::vector< std::string > | actions |
Actions to revise each node of the parser tree. | |
unsigned | cur |
current position on the sentence | |
Protected Member Functions | |
ReviseStream (SentenceReader *reader) | |
void | clear () |
void | predicates (Tanl::Classifier::Features &preds) |
void | childFeatures (TreeToken *tok, char const *tag, Tanl::Classifier::Features &preds) |
Protected Attributes | |
SentenceReader * | reader |
The reader used to read tokens from the stream. | |
Sentence * | sentence |