#include "lm/builder/interpolate.hh"#include "lm/builder/hash_gamma.hh"#include "lm/builder/payload.hh"#include "lm/common/compare.hh"#include "lm/common/joint_order.hh"#include "lm/common/ngram_stream.hh"#include "lm/lm_exception.hh"#include "util/fixed_array.hh"#include "util/murmur_hash.hh"#include <iostream>#include <cassert>#include <cmath>Go to the source code of this file.
Namespaces | |
| namespace | lm |
| namespace | lm::builder |
Definition at line 133 of file interpolate.cc.
| Output output_ |
Definition at line 139 of file interpolate.cc.
| std::vector<float> probs_ |
Definition at line 135 of file interpolate.cc.
| const std::vector<uint64_t>& prune_thresholds_ |
Definition at line 136 of file interpolate.cc.
| bool prune_vocab_ |
Definition at line 137 of file interpolate.cc.
| std::vector<float> q_delta_ |
Definition at line 53 of file interpolate.cc.
| const SpecialVocab specials_ |
Definition at line 140 of file interpolate.cc.
1.5.9