Fedora Project

Spell checker with python

Ever felt how spell checking works? it instantly detects the errors and prompts you to fix them, based on the same idea. The program you create should:

  • include 20 words to spell check.
  • when given a paragraph it can detect the spelling error of the given 20 words.
  • it should output the fixed or "correctly" spelled paragraph.
    Please note that the paragraph will include many words but the program should ignore and only fix the words that are given to it.
    Submit the code in .py format.
    You are allowed to use the spellchecker pip package.

Task tags

  • python

Students who completed this task

Rajvardhan, u7693, m1m3, adv, Aashna Gupta, neonyellowcoffee, chirothespearow, Abtaha, kanavkoder, Ravin369, Chenlitw, Shuhui, Shadowblade, mittal1787, Looter, paraxor, geek123, ntrung03, EmperorAj, VH-tech, Code Warrior, Rajat.b631, Ayush19, Parzival_10, WIndSurfista

Task type

  • code Code
close

2019