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 = "will not be the true meaning. always remember that our mind"
print(moses_tokenizer.tokenize(text, escape=False))
I get the following output
['will', 'not', 'be', 'the', 'true', 'meaning.', 'always', 'remember', 'that', 'our', 'mind']
The period adjacent with "meaning" was not divided
The text was updated successfully, but these errors were encountered:
text = "will not be the true meaning. always remember that our mind"
print(moses_tokenizer.tokenize(text, escape=False))
I get the following output
['will', 'not', 'be', 'the', 'true', 'meaning.', 'always', 'remember', 'that', 'our', 'mind']
The period adjacent with "meaning" was not divided
The text was updated successfully, but these errors were encountered: