I'm developing a NER system on Mallet using CRFs.

Do you know if it is possible to collect the features contribution for each prediction? I need to know and understand the precise behavior of the CRF model.

Any suggestions?

Thanks.

Cheers, ukrania

link|improve this question

50% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Yes you can do this, just do print of CRF model and check weights of model, if value is big by absolute value then it has big influence in classification result.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.