The node performs morphology analysis of the text and assigns the tags for singular/plural, gender, case, conjugation, animacy, etc. for the tokens.
The attached tags are typically of type SPACY_MORPH but models may have specialized tag sets. In such a case a dynamic tag set is created whose name follows the naming convention SPACY_MORPH_model where model is the name displayed in the Spacy Model Selector followed by the version of the model.
Different spaCy models might lack this model. If a model doesn't support this functionality a corresponding error is displayed upon configuration of the node.