Notes: - I am basically done with this project, though the actual output doesn't work, and I also don't feel like adding a UI or anything, so sorry :( Feel free to check out the insides of the project though! - The actual way I tried to do this isn't the greatest, the project isn't the greatest, and I haven't worked on this in ages, from lack of motivation. This is completely not user friendly, so sorry about any complaints. - Basically this is a way where it is given one word, and based off of it's training text it will predict the next word solely on the word before it, so it is not a GPT system like ChatGPT or any other competing Large Language Models, but it has some similarities. - If you want to know how this works, read this: (https://en.wikipedia.org/wiki/Word_n-gram_language_model) and I got the texts (Metamorphosis by Franz Kafka, The Great Gatsby by F. Scott Fitzgerald, Grimms' Fairy Tales by Jacob Grimm and Wilhelm Grimm, and The Wonderful Wizard of Oz by L. Frank Baum) from Project Gutenberg (https://www.gutenberg.org). - I have been completely inactive for a while, and really from having no motivation and also a bit of a lack of interest in Scratch, given I have just learned Python, and now have to actually use it in something, which is more difficult than I thought it would be.