Write Python Equivalent Program Unix Spell Utility Use Dictionary Usr Share Dict Words Mac Q37140685

Write a Python equivalent program for the Unix spell utility.You can use the dictionary at /usr/share/dict/words (if you machinedoes not have it, you can copy it from a Linux machine such asnpu29). The minimum requirement is to check if each word in thefile exists in the dictionary as is (case insensitive). Your spellchecker should inlcude at least two features: 1. Check the simpleplural forms (add s or es). 2. Check the simple verb past tense(add ed). What to submit: 1. Your Python source code 2. Your runoutput checking at least two files. One file contains at least 5unrecoginzed words and

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.