☆ AUTOCORRECT V.1.0 ☆ ☆ I programmed a quick version of autocorrect! For now, it only supports spelling checks. It does not support grammar, names, capital letters, numbers, or punctuation yet. ☆ You can put in multiple words or a sentence, but it can not have punctuation or numbers, as it will impact its accuracy. ☆ Uses a 1008-word library as reference. If you see a word missing, please inform me in the comments! It would help make this a lot more accurate! ☆ HOW IT WORKS ☆ 1. It splits the sentence into a list of individual words. 2. It goes through each word in that list and compares it with every word in the word library. 3. It gives each word in the word library a score based on how well it matches. 4. It selects the word with the highest score and adds it to a third list of corrected words. 5. It puts the corrected words together into a sentence! ☆If you have any suggestions/bugs, leave them in the comments!