2

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.

Community
  • 1
  • 1
user1467196
  • 43
  • 1
  • 5

1 Answers1

0

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?

Community
  • 1
  • 1
Justin Harris
  • 1,969
  • 2
  • 23
  • 33