Spelling and punctuation corrector with Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Spelling and punctuation corrector with Python

Hi there) I must write the program for my project, that corrects all mistakes by writing (punctuation and spelling, but not grammar). I get the idea that I need for it a list, that includes all germans words, also their forms, and I can use it, also with the regular expressions. So my question is, exist already something like a list of words, that I can use for it? For example there is the list of app. 10 000 words at Leipzig University (Germany, import codecs), but I need something like this but for all words and their forms. Can someone give me advice, what cat I use fo it? Or is my idea wrong?

5th Mar 2020, 9:57 PM
Katja
Katja - avatar
1 Answer