Spacy3Textcat
Spacy3Textcat copied to clipboard
FileNotFoundError: [Errno 2] No such file or directory: 'data\\train.spacy'
while running create_data.py its will show this error
You can just create an empty file using:
mkdir data
and touch data/train.spacy
, should do the trick