ModErn Text Analysis
META Enumerates Textual Applications
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
 NmetaThe ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing
 NanalyzersContains various ways to segment text and deal with preprocessed files (POS tags, parse trees, etc)
 NfiltersContains filters that mutate existing token streams in a filter chain
 NtokenizersContains tokenizers that start off a filter chain
 NcachingContainers to be used for caching purposes
 NclassifyAlgorithms for feature selection, KNN search, and confusion matrices
 NkernelKernel functions for linear classifiers
 NlossLoss functions for sgd
 NcorpusVarious ways to convert corpus formats into META-readable documents
 NgraphContains implementations of the graph data structure and algorithms that operate over them
 Nalgorithms
 NinternalContains helper functions used by the centrality measures
 NindexIndexes to create efficient representations of data
 NioCompressed file readers and writers, configuration file readers, a simple parser, and memory-mapped file support
 Nlibsvm_parserParser specifically for libsvm-formatted files
 NlmContains implementations of statistical language models
 NloggingNamespace which contains all of the logging interface classes
 NparallelImplementation of a thread pool and a parallel for loop
 NparserContains functions that relate to phrase structure trees and parsing of natural language
 NprintingContains functions that print to the terminal and provide progress bars
 NsequenceSequence representations and labeling models/algorithms
 NstatsProbability distributions and other statistics functions
 NtestingContains unit testing functions for the META toolkit
 NtopicsTopic modeling functionality
 NutfFunctions for converting to and from various character sets
 NutilShared resources and utilities