we are going to generate text using two methods
- word by word sequence
- letter by letter sequence
- converting lines to paragraph
- cleaning of text
- creating data text we are using 50 words to predict next word
- preparing data into lstm format
- training model
- predicting next word
- cleaning of text
- creating data text we are using 100 characters to predict next character
- preparing data into lstm format
- training model
- predicting next word