Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the reranker::Symbols interface as well as the reranker::StaticSymbolTable implementation. More...
#include <iostream>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | reranker::Symbols |
An interface specifying a converter from symbols (strings) to int indices. More... | |
class | reranker::StaticSymbolTable |
A converter from symbols (strings) to int indices. More... | |
class | reranker::LocalSymbolTable |
A symbol table that stores the mapping from symbols to int ’s and vice versa in local (non-static) data structures. More... | |
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Provides the reranker::Symbols interface as well as the reranker::StaticSymbolTable implementation.
Definition in file symbol-table.H.