#include "arg_parser.h"
#include "Heuristic.h"
#include "HeuristicFactory.h"
#include "Utilities.h"
#include "HashMap.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | UVSampleHeuristic |
Heuristic based upon the "u/v sample heuristic" used in WCD, a type of common word heuristic. More... | |
Typedefs | |
typedef std::tr1::unordered_map< int, std::vector< unsigned short > > | UVHashTable |
typedef std::tr1::unordered_map<int, std::vector<unsigned short> > UVHashTable |
Definition at line 60 of file UVSampleHeuristic.h.