I have two datasets: dataset A and dataset B. I want to use CRF++ (mirror) to train a conditional random field (CRF) on dataset A, then train the CRF on dataset B. Is it possible to achieve that with CRF++?
I do not want to train the CRF on two datasets at the same time.