#include <string>#include <boost/noncopyable.hpp>#include <boost/scoped_array.hpp>#include <boost/shared_ptr.hpp>#include <boost/functional/hash/hash.hpp>#include <boost/unordered_map.hpp>#include "util/exception.hh"#include "util/file_piece.hh"#include "util/murmur_hash.hh"#include "util/pool.hh"#include "util/string_piece.hh"#include "FeatureStats.h"Go to the source code of this file.
Classes | |
| class | MosesTuning::FixedAllocator< T > | 
| class | MosesTuning::Vocab | 
| struct | MosesTuning::Vocab::Hash | 
| struct | MosesTuning::Vocab::Equals | 
| class | MosesTuning::Edge | 
| class | MosesTuning::Vertex | 
| class | MosesTuning::Graph | 
| class | MosesTuning::HypergraphException | 
Namespaces | |
| namespace | MosesTuning | 
Typedefs | |
| typedef unsigned int | MosesTuning::WordIndex | 
| typedef std::vector< const  Vocab::Entry * >  | MosesTuning::WordVec | 
| typedef boost::shared_ptr < SparseVector >  | MosesTuning::FeaturePtr | 
Functions | |
| void | MosesTuning::ReadGraph (util::FilePiece &from, Graph &graph) | 
Variables | |
| const WordIndex | MosesTuning::kMaxWordIndex = UINT_MAX | 
| const FeatureStatsType | MosesTuning::kMinScore = -1e10 | 
 1.5.9