This repository is the implementation for my SpacyV3 Text Categorizer Tutorial on medium: https://medium.com/@psodmann/building-a-text-classifier-with-spacy-3-0-dd16e9979a
you can clone it and run python create_data.py
to create train and test data python -m spacy train config.cfg --output ./output
to train a classifier and play with the model with python test_input.py
spacy-nightly
ml-datasets