ModErn Text Analysis
META Enumerates Textual Applications
|
#include <algorithm>
#include <cassert>
#include "parser/trees/visitors/debinarizer.h"
#include "parser/trees/internal_node.h"
#include "parser/trees/leaf_node.h"
#include "util/shim.h"
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. | |