ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Functions
analyzer_factory.h File Reference
#include "analyzers/analyzer.h"
#include "util/factory.h"
#include "util/shim.h"

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...
 

Detailed Description

Author
Chase Geigle

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.