ModErn Text Analysis
META Enumerates Textual Applications
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>
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
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
std::string filename(const std::string &path)
Definition: unit_test.h:114