The documentation for Spacy 2.0 mentions that the developers have added functionality to allow for Spacy to be pickled so that it can be used by a Spark Cluster interfaced by Py
This worked for my needs and seems to be very quick (adapted from end of discussion here):
# create class to wrap spacy object class SpacyMagic(object): """ Simple Spacy Magic to minimize loading time. >>> SpacyMagic.get("en")