I'm trying to make an autoencoder of text under Keras. I use the Tokenizer from the preprocess module.
After I trained the encoder and the decoder I was wondering how to revert the list of integer into a list of words. I searched in the official doc but there is nothing to invert the Tokenizer process.
Do you have an idea ?
Thanks to you!