datumbox-framework icon indicating copy to clipboard operation
datumbox-framework copied to clipboard

Can we perform Named Entity Extraction Using Datumbox

Open dilipbobby opened this issue 9 years ago • 2 comments

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

dilipbobby avatar Jan 21 '17 01:01 dilipbobby

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

datumbox avatar Jan 21 '17 13:01 datumbox

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

dilipbobby avatar Feb 01 '17 04:02 dilipbobby