Skip to content

Quotes detokenized incorrectly #152

@evgenyrp

Description

@evgenyrp

Example:

“See what you have done!” she screamed. “In a minute I shall melt away.”

tokenized:
['“', 'See', 'what', 'you', 'have', 'done', '!', '”', 'she', 'screamed', '.', '“', 'In', 'a', 'minute', 'I', 'shall', 'melt', 'away', '.', '”']

detokenized:
“See what you have done! ” she screamed.“ In a minute I shall melt away. ”

Expected: spacing is the same as in the the original sentence
Actual: extra whitespace near the quotes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions