Videos
Hi everyone, I have to cluster a large chunk of textual conversational business data to find relevant topics in it.
Since there is lot of abstract info in every text like phone, url, numbers, email, name, etc., I have done some basic NER using regex and spacy NER to tag such info and make the texts more generic and canonicalized.
But there are some things like product names, raw materials, brand/model, company, etc. which couldn't be tagged. Also, the accuracy of regex and spacy NER isn't high enough.
Can anyone suggest a good python NER library, which is accurate and fast enough, preferably has pre-trained models and can tag diverse fields.
Thanks.
Hi, I’m new to this field. Do you have suggestions for NER models?
I am currently using spacy but I find it challenging to finetune it. Is this normal?
Do you have any suggestions? Thank you!