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

Use the Python bindings for CRF++ #55

Open
desilinguist opened this issue Sep 2, 2020 · 3 comments
Open

Use the Python bindings for CRF++ #55

desilinguist opened this issue Sep 2, 2020 · 3 comments

Comments

@desilinguist
Copy link
Member

Right now, we are using the crf_learn and crf_test command line programs directly. We should look into using the Python bindings for CRF++ that are included in the package.

@aoifecahill
Copy link
Collaborator

OR alternatively, we could consider something like https://sklearn-crfsuite.readthedocs.io/en/latest/

@srhrshr
Copy link

srhrshr commented Oct 17, 2020

@aoifecahill @desilinguist, I have used both crf++ and sklearn-crfsuite in the past. So, let me know if this is something you want me to look into?

If so, I'd need few inputs from you during the porting from crf++ to crfsuite particularly regarding the feature template and the c values. Thanks!

@desilinguist
Copy link
Member Author

@srhrshr if you have the time to look into this, it'd be great!

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

No branches or pull requests

3 participants