Has anyone had any luck with loading a previously trained Model? Looking through its API, the CRFWriter class is 1/2 of the puzzle, but how exactly do you CRFRead(class doesn't exist)
Thanks for the help.
Has anyone had any luck with loading a previously trained Model? Looking through its API, the CRFWriter class is 1/2 of the puzzle, but how exactly do you CRFRead(class doesn't exist)
Thanks for the help.
Depending on the trainer that you used, you should be able to cast the object to a CRF
or ACRF
. I just posted a question that might help you too: How do I load and use a CRF trained with Mallet?