| ModErn Text Analysis
    META Enumerates Textual Applications | 
#include "analyzers/analyzer_factory.h"#include "analyzers/ngram/ngram_analyzer.h"#include "util/clonable.h"Go to the source code of this file.
| Classes | |
| class | meta::analyzers::ngram_word_analyzer | 
| Analyzes documents using their tokenized words.  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<> | |
| std::unique_ptr< analyzer > | meta::analyzers::make_analyzer< ngram_word_analyzer > (const cpptoml::table &, const cpptoml::table &) | 
| Specialization of the factory method for creating ngram_word_analyzers. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.
 1.8.9.1
 1.8.9.1