Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting wrong value #414

Open
Mank0o opened this issue Dec 13, 2022 · 0 comments
Open

Getting wrong value #414

Mank0o opened this issue Dec 13, 2022 · 0 comments

Comments

@Mank0o
Copy link

Mank0o commented Dec 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant