Reranker Framework (ReFr)
Reranking framework for structure prediction and discriminative language modeling
|
Provides the reranker::FileBackedNgramFeatureExtractor class. More...
Go to the source code of this file.
Classes | |
class | reranker::FileBackedNgramFeatureExtractor |
A class to read one line at a time from backing file, and tokenize that line based on whitespace, and then extract n-gram features from that token stream. More... | |
Namespaces | |
reranker | |
Provides reranking models for discriminative modeling, with some special handling for discriminative language models. | |
Provides the reranker::FileBackedNgramFeatureExtractor class.
Definition in file file-backed-ngram-feature-extractor.H.