ConvCRF
ConvCRF copied to clipboard
how to use for text sequence labelling problem?
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
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