#include "lm/filter/vocab.hh"#include <istream>#include <iostream>#include <cctype>Go to the source code of this file.
Namespaces | |
| namespace | lm |
| namespace | lm::vocab |
Functions | |
| void | lm::vocab::ReadSingle (std::istream &in, boost::unordered_set< std::string > &out) |
| unsigned int | lm::vocab::ReadMultiple (std::istream &in, boost::unordered_map< std::string, std::vector< unsigned int > > &out) |
1.5.9