Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

where are spacy models stored

#This will show you where the model has been installed in your system.

import spacy
model = spacy.load("en_core_web_sm")
model._path
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #spacy #models #stored
ADD COMMENT
Topic
Name
3+9 =