Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
environment-impl.H File Reference

Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof. More...

#include <sstream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <typeinfo>
#include "environment.H"

Go to the source code of this file.

Classes

class  reranker::EnvironmentImpl
 Provides a set of named variables and their types, as well as the values for those variables. More...
 

Namespaces

 reranker
 Provides reranking models for discriminative modeling, with some special handling for discriminative language models.
 

Detailed Description

Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof.

Author
dbike.nosp@m.l@go.nosp@m.ogle..nosp@m.com (Dan Bikel)

Definition in file environment-impl.H.