Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 296 Bytes

File metadata and controls

3 lines (3 loc) · 296 Bytes

issue_number: [N] status: won'tfix comment: The test assertion output_tokens[2]['value'] == 'PUNCT' was incorrect because token index 2 is whitespace, not punctuation. The punctuation token is at index 8 and correctly maps to 'PUNCT'. The test has been fixed by changing the index from 2 to 8.