load () with the model name, a shortcut link or a path to the model data directory. import spacy nlp = spacy.load("en_core_web_sm") doc = nlp(u"This is a ...
確定! 回上一頁