classifier built using bi-lstm model
To run the files:
- You would need to have the following packages installed in your environment:
-
keras
-
numpy
- First, run 'python reformat_training_dataset.py' on the command line. This will create the pre-processed wikiner corpus to be fed into the training model
- To execute the model, run 'python Task2and3.py' on the command line.