Jan-06-2020, 01:45 PM
first you set all_text to unicodedata.normalize("NFC", all_text)
then immediately after, you overwrite that with whatever returns from sent_tokenize(all_text)
is that what you intended?
then immediately after, you overwrite that with whatever returns from sent_tokenize(all_text)
is that what you intended?