You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text='"These should be two different sentences. Of course."'s=PragmaticSegmenter::Segmenter.new(text: text)s.segment# RETURNS:["\"These should be two different sentences. Of course.\""]# SHOULD RETURN:["\"These should be two different sentences.","Of course.\""]
The text was updated successfully, but these errors were encountered:
Example:
The text was updated successfully, but these errors were encountered: