9 #ifndef META_SENTENCE_BOUNDARY_H_
10 #define META_SENTENCE_BOUNDARY_H_
14 #include <unordered_set>
63 void set_content(
const std::string& content)
override;
68 std::string
next()
override;
73 operator bool()
const override;
76 const static std::string
id;
140 std::unique_ptr<token_stream>
142 const cpptoml::table&);
Definition: analyzer.h:19