|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <fstream>#include <limits>#include <utility>#include <vector>#include "meta.h"#include "io/compressed_file_reader.h"#include "io/compressed_file_writer.h"#include "util/sparse_vector.h"#include "index/postings_data.tcc"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::postings_data< PrimaryKey, SecondaryKey > |
| A class to represent the per-PrimaryKey data in an index's postings file. More... | |
| struct | std::hash< meta::index::postings_data< PrimaryKey, SecondaryKey > > |
| Hash specialization for postings_data<PrimaryKey, SecondaryKey> 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. | |
Functions | |
| template<class PrimaryKey , class SecondaryKey > | |
| io::compressed_file_reader & | meta::index::operator>> (io::compressed_file_reader &in, postings_data< PrimaryKey, SecondaryKey > &pd) |
| Reads semi-compressed postings data from a compressed file. More... | |
| template<> | |
| io::compressed_file_reader & | meta::index::operator>> (io::compressed_file_reader &in, postings_data< std::string, doc_id > &pd) |
| Reads semi-compressed postings data from a compressed file. More... | |
| template<class PrimaryKey , class SecondaryKey > | |
| bool | meta::index::operator== (const postings_data< PrimaryKey, SecondaryKey > &lhs, const postings_data< PrimaryKey, SecondaryKey > &rhs) |
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