ConvCRF icon indicating copy to clipboard operation
ConvCRF copied to clipboard

how to use for text sequence labelling problem?

Open sameerkhurana10 opened this issue 7 years ago • 1 comments

hi,

thanks for your good work. Is it possible to modify the code to use for text sequence labelling problems such as "named entity recognition" where CRFs are commonly used in combination with NNETs. Any pointers would be great.

Thanks

sameerkhurana10 avatar Jul 03 '18 06:07 sameerkhurana10

Hi,

it should be possible. I dont know much about the text sequence labelling problems, but my model follows closely the ideas of fully-connected CRFs. If you can apply fully-connected CRFs you will be able to apply convolutional CRFs.

best wishes, Marvin

MarvinTeichmann avatar Jul 05 '18 23:07 MarvinTeichmann