ModErn Text Analysis
META Enumerates Textual Applications
|
#include <map>
#include <random>
#include <unordered_map>
#include "classify/models/linear_model.h"
#include "meta.h"
#include "parallel/thread_pool.h"
#include "parser/trees/parse_tree.h"
#include "parser/transition_map.h"
#include "sequence/sequence.h"
#include "util/optional.h"
#include "util/sparse_vector.h"
Go to the source code of this file.
Classes | |
class | meta::parser::sr_parser |
A shift-reduce constituency parser. More... | |
struct | meta::parser::sr_parser::training_options |
Training options required for learning a parser model. More... | |
class | meta::parser::sr_parser::exception |
Exception thrown during parser actions. More... | |
struct | meta::parser::sr_parser::training_batch |
A training batch. More... | |
Namespaces | |
meta | |
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing. | |
meta::parser | |
Contains functions that relate to phrase structure trees and parsing of natural language. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.