|
ModErn Text Analysis
META Enumerates Textual Applications
|
Go to the source code of this file.
Classes | |
| class | meta::analyzers::analyzer_factory |
| Factory that is responsible for creating analyzers from configuration files. 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::analyzers | |
| Contains various ways to segment text and deal with preprocessed files (POS tags, parse trees, etc). | |
Functions | |
| template<class Analyzer > | |
| std::unique_ptr< analyzer > | meta::analyzers::make_analyzer (const cpptoml::table &, const cpptoml::table &) |
| Factory method for creating an analyzer. More... | |
| template<class Analyzer > | |
| void | meta::analyzers::register_analyzer () |
| Registration method for analyzers. More... | |
All files in META are dual-licensed under the MIT and NCSA licenses. For more details, consult the file LICENSE.mit and LICENSE.ncsa in the root of the project.
1.8.9.1