Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
reranker::UidGetter< string > Struct Template Reference

A specialization for when feature uid’s are string objects, where StringCanonicalizer::Get is used to provide a canonical string instance. More...

#include <feature-vector.H>

Static Public Member Functions

static const string & Get (const string &uid)
 Gets the canonical uid string for the specified uid string. More...
 

Detailed Description

template<>
struct reranker::UidGetter< string >

A specialization for when feature uid’s are string objects, where StringCanonicalizer::Get is used to provide a canonical string instance.

Definition at line 95 of file feature-vector.H.

Member Function Documentation

static const string& reranker::UidGetter< string >::Get ( const string &  uid)
inlinestatic

Gets the canonical uid string for the specified uid string.

Definition at line 97 of file feature-vector.H.


The documentation for this struct was generated from the following file: