|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <string>#include "analyzers/analyzer_factory.h"#include "sequence/sequence_analyzer.h"#include "analyzers/ngram/ngram_analyzer.h"#include "sequence/crf/crf.h"#include "util/clonable.h"Go to the source code of this file.
Classes | |
| class | meta::analyzers::ngram_pos_analyzer |
| Analyzes documents based on part-of-speech tags instead of 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). | |
| meta::sequence | |
| Sequence representations and labeling models/algorithms. | |
Functions | |
| template<> | |
| std::unique_ptr< analyzer > | meta::analyzers::make_analyzer< ngram_pos_analyzer > (const cpptoml::table &, const cpptoml::table &) |
| Specialization of the factory method for creating ngram_pos_analyzers. | |
| void | meta::sequence::register_analyzers () |
| Registers analyzers provided by the meta-sequence-analyzers library. | |
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