| ModErn Text Analysis
    META Enumerates Textual Applications | 
#include <mutex>#include "index/disk_index.h"#include "index/string_list.h"#include "index/vocabulary_map.h"#include "util/disk_vector.h"#include "util/invertible_map.h"#include "util/optional.h"Go to the source code of this file.
| Classes | |
| class | meta::index::disk_index::disk_index_impl | 
| The implementation of a disk_index.  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::index | |
| Indexes to create efficient representations of data. | |
| Enumerations | |
| enum | meta::index::index_file { DOC_IDS_MAPPING = 0, DOC_IDS_MAPPING_INDEX, DOC_SIZES, DOC_LABELS, DOC_UNIQUETERMS, LABEL_IDS_MAPPING, POSTINGS, TERM_IDS_MAPPING, TERM_IDS_MAPPING_INVERSE } | 
| Collection of all the files that comprise a disk_index. | |
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.
 1.8.9.1
 1.8.9.1