STT/native_client/kenlm/util/spaces.hh
2017-09-13 11:41:15 -03:00

13 lines
167 B
C++

#ifndef UTIL_SPACES_H
#define UTIL_SPACES_H
// bool array of spaces.
namespace util {
extern const bool kSpaces[256];
} // namespace util
#endif // UTIL_SPACES_H