|
ModErn Text Analysis
META Enumerates Textual Applications
|
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing. More...
Namespaces | |
| analyzers | |
| Contains various ways to segment text and deal with preprocessed files (POS tags, parse trees, etc). | |
| caching | |
| Containers to be used for caching purposes. | |
| classify | |
| Algorithms for feature selection, KNN search, and confusion matrices. | |
| corpus | |
| Various ways to convert corpus formats into META-readable documents. | |
| graph | |
| Contains implementations of the graph data structure and algorithms that operate over them. | |
| index | |
| Indexes to create efficient representations of data. | |
| io | |
| Compressed file readers and writers, configuration file readers, a simple parser, and memory-mapped file support. | |
| lm | |
| Contains implementations of statistical language models. | |
| logging | |
| Namespace which contains all of the logging interface classes. | |
| parallel | |
| Implementation of a thread pool and a parallel for loop. | |
| parser | |
| Contains functions that relate to phrase structure trees and parsing of natural language. | |
| printing | |
| Contains functions that print to the terminal and provide progress bars. | |
| sequence | |
| Sequence representations and labeling models/algorithms. | |
| stats | |
| Probability distributions and other statistics functions. | |
| testing | |
| Contains unit testing functions for the META toolkit. | |
| topics | |
| Topic modeling functionality. | |
| utf | |
| Functions for converting to and from various character sets. | |
| util | |
| Shared resources and utilities. | |
Functions | |
| template<class T , class... Args> | |
| std::unique_ptr< T > | make_unique (Args &&...args) |
| Constructs a unique ptr in place. More... | |
The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
| std::unique_ptr<T> meta::make_unique | ( | Args &&... | args | ) |
Constructs a unique ptr in place.
| args | The parameters to the constructor |
1.8.9.1