ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces
inverted_index.h File Reference
#include <queue>
#include <stdexcept>
#include "index/disk_index.h"
#include "index/make_index.h"

Go to the source code of this file.

Classes

class  meta::index::chunk_handler< Index >
 An interface for writing and merging inverted chunks of postings_data for a disk_index. More...
 
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::inverted_index
 The inverted_index class stores information on a corpus indexed by term_ids. More...
 
class  meta::index::inverted_index::inverted_index_exception
 Basic exception for inverted_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.
 

Detailed Description

Author
Sean Massung
Chase Geigle

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.