Skip to content

Update 02_01_nlp_libraries_intro.ipynb#2

Open
shadowYEM wants to merge 1 commit intoPacktPublishing:masterfrom
shadowYEM:patch-1
Open

Update 02_01_nlp_libraries_intro.ipynb#2
shadowYEM wants to merge 1 commit intoPacktPublishing:masterfrom
shadowYEM:patch-1

Conversation

@shadowYEM
Copy link

The following code has been updated
print(TextBlob("Who knew translation could be fun").translate(to=language))

To become like this:
print(TextBlob("Who knew translation could be fun").translate(from_lang='en', to=language))

@ghost
Copy link

ghost commented Jul 12, 2023

bro really thought his PR would be merged by adding two words

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant