ModErn Text Analysis
META Enumerates Textual Applications
|
#include <stdexcept>
#include "index/disk_index.h"
#include "index/make_index.h"
#include "util/disk_vector.h"
#include "meta.h"
Go to the source code of this file.
Classes | |
class | meta::index::postings_data< PrimaryKey, SecondaryKey > |
A class to represent the per-PrimaryKey data in an index's postings file. More... | |
class | meta::index::forward_index |
The forward_index stores information on a corpus by doc_ids. More... | |
class | meta::index::forward_index::forward_index_exception |
Basic exception for forward_index interactions. 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::corpus | |
Various ways to convert corpus formats into META-readable documents. | |
meta::index | |
Indexes to create efficient representations of data. | |
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.