9 #ifndef META_ENGLISH_NORMALIZER_H_
10 #define META_ENGLISH_NORMALIZER_H_
52 void set_content(
const std::string& content)
override;
57 std::string
next()
override;
62 operator bool()
const override;
65 const static std::string
id;
100 uint64_t
strip_dashes(uint64_t start,
const std::string& token);
109 uint64_t
word(uint64_t start,
const std::string& token);