|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <unordered_map>#include <memory>#include <mutex>#include "util/optional.h"#include "caching/maps/locking_map.tcc"Go to the source code of this file.
Classes | |
| class | meta::caching::locking_map< Key, Value > |
| A simple wrapper around a std::unordered_map that uses an internal mutex for synchronization safety. 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::caching | |
| Containers to be used for caching purposes. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.
1.8.9.1