STT/native_client/kenlm/util/spaces.hh

13 lines
167 B
C++
Raw Permalink Normal View History

2017-08-28 10:50:37 +00:00
#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