What happens here ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What happens here ?

import spacy nlp = spacy.load('en_core_web') Can anyone explain what happens here in very simple terms. I saw spacy documentation but I'm not very clear with the explanation.

25th Oct 2020, 9:39 AM
Levi
Levi - avatar
1 Answer
+ 3
Not really any better than the docs can! When you get on to more advanced 3rd party modules the docs are your best friend unless the library has a community around it. If you can't underatand, I suggest going with a simpler one and work your way up to spaCy. NLP isn't just something you can easily explain.
25th Oct 2020, 9:48 AM
Slick
Slick - avatar