Overview: Text Classification with spaCy
Let's get an overview of what we'll be learning in this section.
We'll cover the following...
This chapter is devoted to a very basic and popular task of NLP: text classification. You will first learn how to train spaCy's text classifier component, TextCategorizer
. ...