Attached are two implementations of the Baseline for NER.
Baseline.py(Python 3.X) Gives accurracy of 67.505% To run the code,path of the train and test data that are currently hardcoded and needs to be modified. Generates the csv file "namedEntityRecon.csv" for Kaggle submissions
BaselineImpl2.py (Python(2.x) Gives Accuracy of 62.796% Can be run directly. No modifications required