ModErn Text Analysis
META Enumerates Textual Applications
|
Tokenizes parse trees by counting occurrences of subtrees in a document's parse tree. More...
#include <subtree_featurizer.h>
Public Member Functions | |
void | tree_tokenize (corpus::document &doc, const parser::parse_tree &tree) const override |
Counts occurrences of subtrees in 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 = "subtree" |
Identifier for this featurizer. | |
Tokenizes parse trees by counting occurrences of subtrees in a document's parse tree.
|
override |
Counts occurrences of subtrees in this document's parse_trees.
doc | The document to parse |
tree | The current parse_tree in the document |