|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <string>#include <vector>#include "cpptoml.h"#include "corpus/document.h"#include "analyzers/ngram/ngram_word_analyzer.h"#include "analyzers/token_stream.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). | |
Functions | |
| template<> | |
| std::unique_ptr< analyzer > | meta::analyzers::make_analyzer< ngram_word_analyzer > (const cpptoml::table &, const cpptoml::table &) |
| Specialization of the factory method for creating ngram_word_analyzers. | |
1.8.9.1