| 
    Reranker Framework (ReFr)
    
   Reranking framework for structure prediction and discriminative language modeling 
   | 
 
| Provides the abstract reranker::AbstractFileBackedFeatureExtractor class, which makes it easy for concrete subclasses to extract features based on lines of a file | |
| Provides the reranker::BasedFileBackedFeatureExtractor class | |
| Provides the reranker::BasedFileBackedFeatureExtractor class | |
| Provides an interface and some implementations for iterating over CandidateSet instances | |
| Test driver for reader of reranker::CandidateSet messages | |
| Implementation for class that reads CandidateSetMessage instances and converts them to reranker::CandidateSet instances | |
| Reads CandidateSetMessage instances and converts them to reranker::CandidateSet instances | |
| Test driver for writer of reranker::CandidateSet messages | |
| Implementation for serializer for reranker::CandidateSet instances to CandidateSetMessage instances | |
| Serializer for reranker::CandidateSet instances to CandidateSetMessage instances | |
| Class for reading streams of training or test instances, where each training or test instance is a reranker::CandidateSet object | |
| Class for writing streams of training or test instances, where each training or test instance is a reranker::CandidateSet object | |
| Implementation of reranker::CandidateSet | |
| Class to hold a single training instance for a reranker, which is a set of examples, typically the n-best output of some input process, posibly including a gold-standard feature vector | |
| Candidate and Candidate::Comparator factory implementation | |
| Provides the reranker::Candidate class for representing a candidate hypothesis from an initial model | |
Definition for executable that reads in reranker::CandidateSet instances and either outputs all symbolic feature names, or else reads in a symbol table from file and compiles all feature vectors in each reranker::CandidateSet instance using that supplied symbol table, serializing the reranker::CandidateSet instances to stdout  | |
| Provides a dot product implementation of the reranker::KernelFunction interface | |
| Implementation of the Environment class | |
| Provides an environment for variables and their values, either primitive or Factory-constructible objects, or vectors thereof | |
| Test driver for the Environment class | |
| Contains the implementation of the static method to construct an empty Environment instance | |
| Provides an interface for an Environment, which contains a map from variables of a specific type (primitives, Factory-constructible objects, or vectors thereof) to their values | |
| Provides the reranker::ExampleFeatureExtractor class, which illustrates how to write a reranker::FeatureExtractor implementation | |
| Provides a unit test for the reranker::ExecutiveFeatureExtractor class | |
| Provides the implementation of the reranker::ExecutiveFeatureExtractor interface | |
| Provides the reranker::ExecutiveFeatureExtractor class | |
| Definition for executable that reads in reranker::CandidateSet instances from a stream and then runs feature extractors on those instances using an reranker::ExecutiveFeatureExtractor | |
| Implementation of a generic dynamic object factory | |
| Provides a generic dynamic object factory | |
| Test driver for the reranker::FeatureExtractor and reranker::FeatureExtractorFactory classes | |
| Feature extractor interface and factory implementation | |
| Provides the reranker::FeatureExtractor interface | |
| De-serializer for reranker::FeatureVector instances from FeatureVecMessage instances | |
| Test for the reranker::FeatureVector class | |
| Serializer for reranker::FeatureVector instances to FeatureVecMessage instances | |
| Defines the reranker::FeatureVector class, which, as it happens, is used to store feature vectors | |
| Provides the implementation of the reranker::FileBackedLossSetter class | |
| Provides the reranker::FileBackedLossSetter class | |
| Provides the reranker::FileBackedNgramFeatureExtractor class | |
| Provides the reranker::FileBackedNgramFeatureExtractor class | |
| A python program which will train a reranking model on a Hadoop cluster using the Iterative Parameter Mixtures perceptron training algorithm | |
| A set of utilities to help interface with Hadoop | |
| Test driver for the Interpreter class | |
| Interpreter implementation | |
| Provides an interpreter for assigning primitives and Factory-constructible objects to named variables, as well as vectors thereof | |
| Provides the reranker::KernelFunction interface | |
| Provides the implementation of the reranker::MiraStyleModel reranker class | |
| Provides the reranker::MiraStyleModel reranker class | |
| Combine the model shards output from the Model Merging Reducer | |
| Combine the model symbols | |
| MapReduce Reducer to merge the features from multiple models | |
| MapReduce Reducer classes for model merging | |
| Reducer classes for trainer | |
| Implementation for de-serializer for reranker::Model instances from ModelMessage instances | |
| Interface for de-serializer for reranker::Model instances from ModelMessage instances | |
| Implementation of factory for serializers of reranker::Model instances to ModelMessage instances | |
| Interface for serializer for reranker::Model instances to ModelMessage instances | |
| Provides the ModelReader class, which can create Model instances from a file | |
| Model and model factory implementation | |
| Reranker model interface | |
| Provides the implementation of the reranker::NgramFeatureExtractor class | |
| Provides the reranker::NgramFeatureExtractor class | |
| Implementation of de-serializer for reranker::PerceptronModel instances from ModelMessage instances | |
| De-serializer for reranker::PerceptronModel instances from ModelMessage instances | |
| Implementation for serializer for reranker::PerceptronModel instances to ModelMessage instances | |
| Serializer for reranker::PerceptronModel instances to ModelMessage instances | |
| Test driver for training a reranker::PerceptronModel | |
| Provides the reranker::PerceptronModel class implementation | |
| Provides the reranker::PerceptronModel reranker class | |
An executable that loads one or more development test files into memory and then continuously reads filenames from stdin, loading the Model  instance from each file and evaluating on the development test data, printing the loss to stdout  | |
| Provides the implementation of the reranker::RankFeatureExtractor class | |
| Provides the reranker::RankFeatureExtractor class | |
| Definition for executable that reads in reranker::CandidateSet instances from a stream and then optionally runs feature extractors on those instances using an reranker::ExecutiveFeatureExtractor and, finally, trains or tests a model on those instances | |
| Provides a generic dynamic object factory | |
| Test driver for the Tokenizer class | |
| Implementation of the StreamTokenizer class | |
| Provides the StreamTokenizer class | |
| Provides the implementation of the reranker::StringCanonicalizer class | |
| Provides the reranker::StringCanonicalizer class | |
| Provides the implementation of the reranker::StaticSymbolTable, which holds an ever-growing symbol table | |
| Provides the reranker::Symbols interface as well as the reranker::StaticSymbolTable implementation | |
| Definition for executable that reads in a model and a symbol table for that model and then writes that model back out to a file again, ensuring that the symbol table is used to decompile any non-symbolic feature uid’s in the model | |
| Provides the Tokenizer class | |
| Provides the reranker::Time class, which holds the three notions of training time: current epoch, current time step within the current epoch and absolute time step | |
| Provides the reranker::TrainingVectorSet class | 
 1.8.6