Factory from_disk not called during initialization #10252
Unanswered
DSLituiev
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to assemble a pipeline from several components that work separately.
python -m spacy assemble --code all_code.py config.cfg package/
and getting an error that shows that one of the components has not been initialized with
from_disk
Here are relevant parts of the config
and the factory:
and I do have the data file in the specified path:
en_sdoh_bow/sdoh_bow/domain_patterns_dict_manedit.json
What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions