Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Programming Assignment 10 (60 points) Due date: March 23rd, 2018 at 11:59 PM Overview This assignment will give you experience with dictionaries and the use

image text in transcribed
image text in transcribed
Programming Assignment 10 (60 points) Due date: March 23rd, 2018 at 11:59 PM Overview This assignment will give you experience with dictionaries and the use of lists, as well as more practice with file Part 1: Word Index [30 points] Write a program that reads the contents of a text file. The program should create a dictionary in which the key- value pairs are described as follows: Key. The keys are the individual words found in the file. . Values. Each value is a list that contains the line numbers in the file where the word (the key) is found. For example, suppose the word "robot" is found in lines 7. 18, 94, and 138. The dictionary would contain an element in which the key was the string "robot". and the value was a list containing the numbers 7, 18, 94, and 138. Once the dictionary is built, the program should create another text file, known as a word index, listing the contents of the dictionary The word index file should contain an alphabetical listing of the words that are stored as keys in the dictionary, along with the line numbers where the words appear in the original file. The following figure shows an example of an original text file (Kennedy.txt) and its index file (index.txt). Name the source code files "WordIndex.py" We observe today not victoty of party but a celebration of freedon syebolizing an end observe : 1 3 today s a: 1 24 4 as well as abeginaing s signifying reneval as vell 6 as change e victory: 1 of: 3 party:2 9 but: 2 10 celebration: 2 11 freedom: 3 1 symbolizing: 3 end:3 3: 45 weli: 4 S ,signifying: 5 change: 17 beginning: 4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions

Question

l diagram upward, downward, horizontal, and diagonal communication

Answered: 1 week ago