Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Implementation for class that reads CandidateSetMessage instances and converts them to reranker::CandidateSet instances. More...
#include <algorithm>
#include <iterator>
#include <set>
#include <memory>
#include "../proto/data.pb.h"
#include "../proto/model.pb.h"
#include "symbol-table.H"
#include "candidate-set-proto-reader.H"
Go to the source code of this file.
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Macros | |
#define | DEBUG 0 |
Implementation for class that reads CandidateSetMessage instances and converts them to reranker::CandidateSet instances.
Definition in file candidate-set-proto-reader.C.
#define DEBUG 0 |
Definition at line 47 of file candidate-set-proto-reader.C.