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
ngram-feature-extractor.H File Reference

Provides the reranker::NgramFeatureExtractor class. More...

#include <sstream>
#include <cstdlib>
#include <string>
#include <vector>
#include "feature-extractor.H"
#include "tokenizer.H"

Go to the source code of this file.

Classes

class  reranker::NgramExtractor
 Extracts n-gram features from an arbitrary vector of string tokens. More...
 
class  reranker::NgramFeatureExtractor
 Extracts n-gram features for candidate hypotheses on the fly. More...
 

Namespaces

 reranker
 Provides reranking models for discriminative modeling, with some special handling for discriminative language models.
 

Detailed Description

Provides the reranker::NgramFeatureExtractor class.

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

Definition in file ngram-feature-extractor.H.