Website: https://eval.ai/web/challenges/challenge-page/2014/overview
The repository contains scripts developed for Named Entity Recognition NLP Project Hosted by Ebay
main.py: main execution script used to train and test data
NER_Dataset_Creator.py: this part of the code is stolen from an external source which is cited on the top of the script
train.pkl: preprossed training data stored in pickle format
test.pkl: preprossed testing data stored in pickle format