|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <deque>#include <memory>#include <mutex>#include "meta.h"#include "util/optional.h"#include "util/shim.h"#include "caching/no_evict_cache.tcc"Go to the source code of this file.
Classes | |
| class | meta::caching::no_evict_cache< Key, Value > |
| An incredibly simple "cache" that simply keeps everything in memory. 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 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