Skip to content

12194916/Custom_Named_Entity_Recognition-NER-_for_text_extraction

Repository files navigation

Custom_Named_Entity_Recognition-NER-_for_text_extraction

We will train NLP model that will extract needed information from text.

The code will prepare your data for training ner model. And it will guide you to train using your terminal, brilliant code BY ME as it makes annotations based on the labels you provide. No need to annotate manually if you have dataset with entity labels.

Result. Trained accuracy is 95%.

That one with real data was trained for extracting the dates and payment numbers from texts. It is much more powerfull than regular expressions in python. As Regex does not work for different string formats, the NER model came to the world.

Screenshot 2023-03-05 120515

image

About

We will train NLP model that will extract needed information from text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published