ModErn Text Analysis
META Enumerates Textual Applications
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
parser
io
ptb_reader.h
Go to the documentation of this file.
1
9
#ifndef META_PARSER_PTB_READER_H_
10
#define META_PARSER_PTB_READER_H_
11
12
#include <istream>
13
#include <vector>
14
#include "
parser/trees/parse_tree.h
"
15
16
namespace
meta
17
{
18
namespace
parser
19
{
20
namespace
io
21
{
22
33
std::vector<parse_tree> extract_trees(
const
std::string&
filename
);
34
47
std::vector<parse_tree> extract_trees(std::istream& stream);
48
49
}
50
}
51
}
52
#endif
parse_tree.h
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::testing::filename
std::string filename(const std::string &path)
Definition:
unit_test.h:114
Generated on Tue Mar 3 2015 23:20:16 for ModErn Text Analysis by
1.8.9.1