|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <algorithm>#include <fstream>#include <sstream>#include "io/binary.h"#include "sequence/sequence_analyzer.h"#include "utf/utf.h"#include "util/filesystem.h"#include "util/mapping.h"#include "util/progress.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::sequence | |
| Sequence representations and labeling models/algorithms. | |
Functions | |
| sequence_analyzer | meta::sequence::default_pos_analyzer () |
| Constructs a sequence_analyzer that is specialized for part-of-speech tagging. More... | |
1.8.9.1