Soe2Lwin

Results 3 issues of Soe2Lwin

![Screenshot (4)](https://user-images.githubusercontent.com/31333305/65131370-23284e80-da25-11e9-805d-4e7f3fff015c.png) ###

I am doing research about Myanmar(Burmese) text summarization. I want to test with Myanmar Summarization with your code (Refresh: Ranking Sentences for Extractive Summarization with Reinforcement Learning) . Could I...

I have got this key error. Please help me. Thank you KeyError Traceback (most recent call last) in () 2 print("Review:",seq2text(x_tr[i])) 3 print("Original summary:",seq2summary(y_tr[i])) ----> 4 print("Predicted summary:",decode_sequence(x_tr[i].reshape(1,max_text_len))) 5 print("\n")...