|
ModErn Text Analysis
META Enumerates Textual Applications
|
Tokenizes parse trees by extracting branching factor features. More...
#include <branch_featurizer.h>
Public Member Functions | |
| void | tree_tokenize (corpus::document &doc, const parser::parse_tree &tree) const override |
| Keeps track of the branching factor for this document's parse_trees. More... | |
Public Member Functions inherited from meta::util::multilevel_clonable< Root, Base, Derived > | |
| virtual std::unique_ptr< Root > | clone () const |
| Clones the given object. More... | |
Static Public Attributes | |
| static const std::string | id = "branch" |
| Identifier for this featurizer. | |
Tokenizes parse trees by extracting branching factor features.
|
override |
Keeps track of the branching factor for this document's parse_trees.
| doc | The document to parse |
| tree | The current parse_tree in the document |
1.8.9.1