'Text classification using POS taggers of spacy

I'm very new to NLP and new to spacy as well and trying to learn things by myself. My question is, is there a way to classify if a text is sarcastic or if it's a warning or an order, using spacy's pos taggers which are already there to use? For example "Open that door" is an order, how to classify it?

My end goal is I want to classify tweets so I can do more practice and advance a little bit, but for starters I just want to learn how to classify simple sentences.

Thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source