ModErn Text Analysis
META Enumerates Textual Applications
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
parser
trees
visitors
annotation_remover.h
Go to the documentation of this file.
1
9
#ifndef META_ANNOTATION_REMOVER_H_
10
#define META_ANNOTATION_REMOVER_H_
11
12
#include "
parser/trees/visitors/tree_transformer.h
"
13
14
namespace
meta
15
{
16
namespace
parser
17
{
18
26
class
annotation_remover
:
public
tree_transformer
27
{
28
public
:
29
std::unique_ptr<node>
operator()
(
const
leaf_node
&)
override
;
30
std::unique_ptr<node>
operator()
(
const
internal_node
&)
override
;
31
};
32
}
33
}
34
35
#endif
meta::parser::internal_node
An internal node in a parse tree.
Definition:
internal_node.h:28
meta::parser::annotation_remover
A tree transformer that removes annotations (currently only Penn Treebank style) from trees...
Definition:
annotation_remover.h:26
meta
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
Definition:
analyzer.h:24
meta::parser::tree_transformer
Abstract base class for tree transformers.
Definition:
tree_transformer.h:25
meta::parser::annotation_remover::operator()
std::unique_ptr< node > operator()(const leaf_node &) override
Definition:
annotation_remover.cpp:39
tree_transformer.h
meta::parser::leaf_node
A leaf node (pre-terminal) in a parse tree.
Definition:
leaf_node.h:24
Generated on Tue Mar 3 2015 23:20:16 for ModErn Text Analysis by
1.8.9.1