ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
ngram_word_analyzer.cpp File Reference
#include <string>
#include <vector>
#include "cpptoml.h"
#include "corpus/document.h"
#include "analyzers/ngram/ngram_word_analyzer.h"
#include "analyzers/token_stream.h"

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.
 

Detailed Description

Author
Sean Massung