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

Tokenizes parse trees by only tokenizing the tree structure itself. More...

#include <skeleton_featurizer.h>

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

Public Member Functions

void tree_tokenize (corpus::document &doc, const parser::parse_tree &tree) const override
 Ignores node labels and only tokenizes the tree structure. 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 = "skel"
 Identifier for this featurizer.
 

Detailed Description

Tokenizes parse trees by only tokenizing the tree structure itself.

Member Function Documentation

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

Ignores node labels and only tokenizes the tree structure.

Parameters
docThe document to parse
treeThe current parse_tree in the document

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