Closed jbarlow83 closed 5 years ago
get_stop_chars returns a list but set_stop_chars requires a set as input.
get_stop_chars
list
set_stop_chars
set
Hi, thanks for reporting. Those methods are deprecated and will be removed in the feature. You should use get_stop_chars_right and get_stop_chars_left They should return set.
get_stop_chars_right
get_stop_chars_left
get_stop_chars
returns alist
butset_stop_chars
requires aset
as input.