Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 540 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 540 Bytes

Named Entity Recognition

In this directory is present code and data related to Tech Blog Named Entity Recognition article

Repository Organization

There are three folders:

  • notebooks: container jupyter notebooks to train ner model with Spacy and Tensoflow Keras
  • data: contains data to train models in BILUO, IOB and JSONL format. Contains also notebooks with code to transform data from one format to another
  • models: is used to save trained models