Add text classification for Spacy (#232)
* first commit; added empty script
* text classification pipeline for spacy
* add text classification common template, change __call__ docstring
* changed output type, added new tests
* changed test case condition
Co-authored-by: devpramod <devpramod@github.org>