java - Mallet: features contribution on each prediction -


i'm developing ner system on mallet using crfs.

do know if possible collect features contribution each prediction? need know , understand precise behavior of crf model.

any suggestions?

thanks.

cheers, ukrania

yes can this, print of crf model , check weights of model, if value big absolute value has big influence in classification result.


Comments