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
symbol-table.H File Reference

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.
 

Detailed Description

Provides the reranker::Symbols interface as well as the reranker::StaticSymbolTable implementation.

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

Definition in file symbol-table.H.