Skip to content

incorrect correction for capitalized "Four" and "We" #298

@stevenlis

Description

@stevenlis

'0.15.3'

from textblob import TextBlob

text = 'Four years ago, we started four projects. We like them.'

blob = TextBlob(text)
blob.correct()
TextBlob("Your years ago, we started four projects. He like them.")

For some reasons, "Four" was changed to "Your" and "We" was changed to "He".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions