|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <vector>#include <unordered_map>#include "meta.h"#include "sequence/observation.h"#include "util/dense_matrix.h"Go to the source code of this file.
Classes | |
| class | meta::sequence::trellis |
| Basic trellis for holding score data for the forward/backward algorithm. More... | |
| class | meta::sequence::forward_trellis |
| Special trellis for the normalized forward algorithm. More... | |
| class | meta::sequence::viterbi_trellis |
| Special trellis for the Viterbi algorithm. 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::sequence | |
| Sequence representations and labeling models/algorithms. | |
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