#ifndef LM_SIZES_H #define LM_SIZES_H #include #include namespace lm { namespace ngram { struct Config; void ShowSizes(const std::vector &counts, const lm::ngram::Config &config); void ShowSizes(const std::vector &counts); void ShowSizes(const char *file, const lm::ngram::Config &config); }} // namespaces #endif // LM_SIZES_H