Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use for text sequence labelling problem? #6

Open
sameerkhurana10 opened this issue Jul 3, 2018 · 1 comment
Open

how to use for text sequence labelling problem? #6

sameerkhurana10 opened this issue Jul 3, 2018 · 1 comment

Comments

@sameerkhurana10
Copy link

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

@MarvinTeichmann
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants