Skip to content

Getting wrong value #414

@Mank0o

Description

@Mank0o
from textblob import TextBlob

text = "Hi, I'm from Canada"
text2 = TextBlob(text)
Correct = text2.correct()
print(Correct)

Hi when I run the above code I get
output
I, I"m from Canada

which is wrong, am I doing something wrong here?
please help

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