Category "named-entity-recognition"

Extracting names from a text file using Spacy

I have a text file which contains lines as shown below: Electronically signed : Wes Scott, M.D.; Jun 26 2010 11:10AM CST The patient was referred by Dr. J

Spacy train ner using multiprocessing

I am trying to train a custom ner model using spacy. Currently, I have more than 2k records for training and each text consists of more than 100 words, at least

How to extract relation between entities for stock prediction

I am trying to extract relation between two entities (entity1- relation- entity2) from news articles for stock prediction. I have used NER for entity extraction

Does the IOB tagging method for Named Entity Recognition (NER) has any advantage in terms of model accuracy or computational time?

Can we do NER without the IOB tags and with only the entities as labels? I am specifically working on token classification for visual documents like receipts. F