ModErn Text Analysis
META Enumerates Textual Applications
|
#include "sequence/observation.h"
#include "sequence/sequence.h"
#include "sequence/sequence_analyzer.h"
#include "sequence/trellis.h"
#include "util/dense_matrix.h"
#include "util/disk_vector.h"
#include "util/optional.h"
#include "util/range.h"
Go to the source code of this file.
Classes | |
class | meta::sequence::crf |
Linear-chain conditional random field for POS tagging and chunking applications. More... | |
struct | meta::sequence::crf::parameters |
Wrapper to represent the parameters used during learning. 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.