I am trying to see if I can re-train an existing classifier (.pickle file, trained using nltk-trainer) with some newly obtained data. I've trained the classifier using these links as reference, [1], [2]
As of now, I am retraining a new classifier on all the data everytime I receive the new training data but this is a cumbersome thing to do since training on the entire dataset again and again is a time and computation expense.
Is there a better way?