|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <memory>#include <vector>#include "parser/transition.h"#include "parser/trees/node.h"#include "parser/trees/parse_tree.h"#include "sequence/sequence.h"#include "util/persistent_stack.h"Go to the source code of this file.
Classes | |
| class | meta::parser::state |
| Represents the current parser state of a shift-reduce parser. 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.
1.8.9.1