The Swedish model for hunpos produces rich tags including morphological information,
e.g.:
"PN_NEU_SIN_DEF_SUB/OBJ", "VB_PRS_AKT", "DT_NEU_SIN_IND", "NN_NEU_SIN_IND_NOM", "DL_MAD"
The actual SUC tags are: PN, VB, DT, NN, MAD
Some kind of post-processing needs to be done for these tags. Possible a class which
is shipped as part of the model instead of being shipped as part of the wrapper. This
would be a new concept.