/Spacy3Textcat

SpacyV3 Text Categorizer Tutorial

Primary LanguagePythonMIT LicenseMIT

Spacy3Textcat

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

How to Run the Example

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

Requirements:

spacy-nightly
ml-datasets