spaCy tags up each of the Tokens in a Document with a part of speech (in two different formats, one stored in the pos and pos_
Token
Document
pos
pos_
Just a quick tip about getting the detail meaning of the short forms. You can use explain method like following:
explain
spacy.explain('pobj')
which will give you output like:
'object of preposition'