Hello, There are two feature generators dealing with POS tags available, POSTaggerNameFeatureGenerator and PosTaggerFeatureGenerator. I know how to enable them in my features XML configuration but what do they do, and what makes them different? Should we use both, only one, or none at all?
Additionally, how to feed the POS-tags in the training data? Normal data looks like: He learned the <START:language> Polish language <END> at home . How would this look using POS tags? Like this? He_PRON learned_VERB the_DET <START:language> Polish_ADJ language_NOUN <END> at_ADP home_NOUN ._PUNCT Thanks! Markus