ModErn Text Analysis
META Enumerates Textual Applications
|
#include <algorithm>
#include <cctype>
#include "analyzers/filters/lowercase_filter.h"
#include "utf/utf.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::analyzers | |
Contains various ways to segment text and deal with preprocessed files (POS tags, parse trees, etc). | |
meta::analyzers::filters | |
Contains filters that mutate existing token streams in a filter chain. | |