ModErn Text Analysis
META Enumerates Textual Applications
Public Member Functions | Static Public Attributes | List of all members
meta::analyzers::depth_featurizer Class Reference

Tokenizes parse trees by extracting depth features. More...

#include <depth_featurizer.h>

Inheritance diagram for meta::analyzers::depth_featurizer:
meta::util::multilevel_clonable< Root, Base, Derived >

Public Member Functions

void tree_tokenize (corpus::document &doc, const parser::parse_tree &tree) const override
 Extracts the height of each parse tree. 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 = "depth"
 Identifier for this featurizer.
 

Detailed Description

Tokenizes parse trees by extracting depth features.

Member Function Documentation

void meta::analyzers::depth_featurizer::tree_tokenize ( corpus::document doc,
const parser::parse_tree tree 
) const
override

Extracts the height of each parse tree.

Parameters
docThe document to parse
treeThe current parse_tree in the document

The documentation for this class was generated from the following files: