Remove the nested quote

This commit is contained in:
Sofie Van Landeghem 2020-05-23 17:58:19 +02:00 committed by GitHub
parent aa53ce6996
commit ae1c179f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2211,7 +2211,7 @@
"",
"nlp = spacy.load('en_core_web_sm')",
"nlp.add_pipe(LanguageDetector())",
"doc = nlp('Life is like a box of chocolates. You never know what you're gonna get.')",
"doc = nlp('Life is like a box of chocolates. You never know what you are gonna get.')",
"",
"assert doc._.language == 'en'",
"assert doc._.language_score >= 0.8"