void update_sliding_window(const std::string &str)
void set_sliding_window_size(const std::string &str)
const std::string controlChars
std::string get_sliding_window() const
std::string sliding_window
static const std::string::size_type DEFAULT_SLIDING_WINDOW_SIZE
const std::string separatorChars
bool context_change(const std::string &past_stream) const
const std::string wordChars
ContextChangeDetector(const std::string, const std::string, const std::string, const std::string, bool)
const std::string blankspaceChars
std::string change(const std::string &past_stream) const
std::string::size_type SLIDING_WINDOW_SIZE
bool context_change_helper(const std::string &str1, const std::string &str2) const