Closed Mohit0928 closed 3 years ago
Now Tokenizer can safely handle empty sentences
Note that this left the assert!(!input_text_1.is_empty(), "Sentence 1 is empty") assertions in the code, so we can't actually support empty strings. Do you know why we need them in the first place?
assert!(!input_text_1.is_empty(), "Sentence 1 is empty")
Now Tokenizer can safely handle empty sentences