ModErn Text Analysis
META Enumerates Textual Applications
|
#include <fstream>
#include <iterator>
#include <utility>
#include <map>
#include <unordered_map>
#include <string>
#include "util/invertible_map.tcc"
Go to the source code of this file.
Classes | |
class | meta::util::invertible_map< Key, Value > |
This data structure indexes by keys as well as values, allowing constant amortized lookup time by key or value. More... | |
class | meta::util::invertible_map< Key, Value >::Iterator |
The invertible_map iterator is really just a wrapper for the forward (key -> value) unordered_map iterator. More... | |
class | meta::util::invertible_map< Key, Value >::invertible_map_exception |
Basic exception for invertible_map 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::util | |
Shared resources and utilities. | |
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.