ModErn Text Analysis
META Enumerates Textual Applications
|
#include <vector>
#include "cpptoml.h"
#include "corpus/document.h"
#include "sequence/sequence.h"
#include "sequence/crf/tagger.h"
#include "analyzers/token_stream.h"
#include "sequence/analyzers/ngram_pos_analyzer.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). | |
meta::sequence | |
Sequence representations and labeling models/algorithms. | |
Functions | |
void | meta::sequence::register_analyzers () |
Registers analyzers provided by the meta-sequence-analyzers library. | |
Variables | |
meta::analyzers::stream_ {other.stream_->clone()} | |
meta::analyzers::crf_ {other.crf_} | |