1. Run the dict_creation.py code to create the dictionary
2. Run the preprocess.py code, to create the training and testing (word_input, ln_input and train_labels) numpy files
3. Run the prospective train file to train the model (train_XYZ.py).
4. Code for testing is also present in the train_XYX.py file (line no.s 102,103 and 104). Comment out the training part, to test the model.
