Implementation of a phrase based decoder as part of fourth homework in NLP course by Dr. Anoop Sarkar. More details can be found here(Question no. 3).
Note:- decoder.py file contains the implmentation. Rest of them are the supporting files. Also, language model score is not used while calculating the score for the hypothesis.