ModErn Text Analysis
META Enumerates Textual Applications
|
#include <algorithm>
#include "cpptoml.h"
#include "index/ranker/absolute_discount.h"
#include "index/score_data.h"
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<> | |
std::unique_ptr< ranker > | meta::index::make_ranker< absolute_discount > (const cpptoml::table &) |
Specialization of the factory method used to create absolute_discount rankers. | |