DBpedia Live Neural Question Answering Chatbot - GSoC2021

update on this one, I wasn’t able to get the output from the model I trained from NSpM “https://github.com/AKSW/NSPM” repository so instead, I cloned the
" https://github.com/AKSW/NSpM/wiki/NSpM-Telegram-Bot " repo which had pre-trained models used this one to generate the query but the code was in python 2 so converted it to python3 and now I’m able to get the right query.

here is the updated code repo ‘https://github.com/ashutosh16399/NSpM-telegram-bot

I don’t know if the problem is with my trained model or the output predictor file. though the model had a bleu score of 94 on avg on test data.

found the same issue tagged as bug on the repo.