I've been trying to improve the POS tagger on the NLTK for a few days, but I cannot figure it out. Right now, the default tagger is really inaccurate and tags most words as 'NN'. How can I improve the tagger to make it more accurate? I've already looked up training the tagger, but I can't get it to work.
Does anybody have a simple method for this? thanks a lot.