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

Can we perform Named Entity Extraction Using Datumbox #17

Open
dilipbobby opened this issue Jan 21, 2017 · 2 comments
Open

Can we perform Named Entity Extraction Using Datumbox #17

dilipbobby opened this issue Jan 21, 2017 · 2 comments
Milestone

Comments

@dilipbobby
Copy link

I want to know does datumbox help us in Named Entity Extraction or Named Entity recognition?__

@datumbox datumbox added this to the Future milestone Jan 21, 2017
@datumbox
Copy link
Owner

Unfortunately at the moment Datumbox does not provide an out of the box Named Entity Extraction algorithm. You can build one using the algorithms provided in the framework but this is not a trivial task. If you do, please consider contributing the code by sending a pull-request.

Here are some references on how you could formulate it as a classification problem and use the Multinomial Naive Bayes algorithm:
https://arxiv.org/pdf/1509.04385.pdf
https://web.stanford.edu/class/cs124/lec/Information_Extraction_and_Named_Entity_Recognition.pdf

@dilipbobby
Copy link
Author

yes.I will try it from my side :) thanks

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

2 participants