pattern icon indicating copy to clipboard operation
pattern copied to clipboard

Unexpected tokenization

Open devikasondhi opened this issue 5 years ago • 0 comments

Hello,

This is a peculiar case of enumeration where the tokenization gives inappropriate results. en.tokenize('See Section 3.) Or Section 2.)') results in ['See Section 3 .', ') Or Section 2 .', ')'] while the expectation is ['See Section 3 . )', 'Or Section 2 . )']

devikasondhi avatar Oct 07 '20 13:10 devikasondhi