Open andrewtavis opened 2 years ago
spaCy has new loading mechanisms in the later versions that produce errors in data preparation within kwx.utils. The scripts should be changed to check the spaCy version so that these changes are accounted for and errors are produced.
Hi @andrewtavis 👋
I have gone through the utils.py and changed as you suggested Thank you
utils.py
Thank you, @cicada0007! I’ll get to reviewing this later in the week :) First glances look good though!
spaCy has new loading mechanisms in the later versions that produce errors in data preparation within kwx.utils. The scripts should be changed to check the spaCy version so that these changes are accounted for and errors are produced.