|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <atomic>#include <functional>#include <mutex>#include <queue>#include <stdexcept>#include <unordered_set>#include <utility>#include <vector>#include "index/chunk.h"#include "util/optional.h"#include "index/chunk_handler.tcc"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::chunk_handler< Index >::producer |
| The object that is fed postings_data by the index. More... | |
| class | meta::index::chunk_handler< Index >::chunk_handler_exception |
| Simple exception class for chunk_handler 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::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.
1.8.9.1