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.
1 Odpowiedź
+ 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.