|
ModErn Text Analysis
META Enumerates Textual Applications
|
Go to the source code of this file.
Classes | |
| class | meta::analyzers::filter_factory |
| Factory that is responsible for creating filters during analyzer construction. 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). | |
| meta::analyzers::tokenizers | |
| Contains tokenizers that start off a filter chain. | |
| meta::analyzers::filters | |
| Contains filters that mutate existing token streams in a filter chain. | |
Functions | |
| template<class Tokenizer > | |
| std::unique_ptr< token_stream > | meta::analyzers::tokenizers::make_tokenizer (const cpptoml::table &) |
| Factory method for creating a tokenizer. More... | |
| template<class Filter > | |
| std::unique_ptr< token_stream > | meta::analyzers::filters::make_filter (std::unique_ptr< token_stream > source, const cpptoml::table &) |
| Factory method for creating a filter. More... | |
| template<class Tokenizer > | |
| void | meta::analyzers::register_tokenizer () |
| Registration method for tokenizers. More... | |
| template<class Filter > | |
| void | meta::analyzers::register_filter () |
| Registration method for filters. 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