peacock-data-public-datasets-idc-temp-code
/
cc-multilingual-main
/cc_net
/third_party
/kenlm
/lm
/interpolate
/pipeline.hh
namespace lm { namespace interpolate { | |
struct Config { | |
std::vector<float> lambdas; | |
util::stream::SortConfig sort; | |
std::size_t BufferSize() const { return sort.buffer_size; } | |
}; | |
void Pipeline(util::FixedArray<ModelBuffer> &models, const Config &config, int write_file); | |
}} // namespaces | |