ModErn Text Analysis
META Enumerates Textual Applications
Classes | Namespaces | Functions
ranker_factory.h File Reference
#include "index/ranker/ranker.h"
#include "util/factory.h"
#include "util/shim.h"

Go to the source code of this file.

Classes

class  meta::index::ranker_factory
 Factory that is responsible for creating rankers from configuration files. 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

std::unique_ptr< ranker > meta::index::make_ranker (const cpptoml::table &)
 Convenience method for creating a ranker using the factory. More...
 
template<class Ranker >
void meta::index::register_ranker ()
 Registration method for rankers. More...
 

Detailed Description

Author
Chase Geigle

All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.