ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces
disk_vector.h File Reference
#include <type_traits>
#include <string>
#include <fcntl.h>
#include <stdio.h>
#include <sys/mman.h>
#include <unistd.h>
#include "meta.h"
#include "disk_vector.tcc"

Go to the source code of this file.

Classes

class  meta::util::disk_vector< T >
 disk_vector represents a large constant-size vector that does not necessarily fit in memory. More...
 
class  meta::util::disk_vector< T >::iterator
 Provides iterator functionality for the disk_vector class. More...
 
class  meta::util::disk_vector< T >::disk_vector_exception
 Basic exception for disk_vector. 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::util
 Shared resources and utilities.
 

Detailed Description

Author
Sean Massung

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.