Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PYTHON PROGRAMMING ONLY Please attach a picture of the source code and the program run thanks. Write a program that reads the contents of a

PYTHON PROGRAMMING ONLY

Please attach a picture of the source code and the program run thanks.

image text in transcribed

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 content of the dictionary. The word index file should contain an ordered 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 program is not case-sensitive; for example, considers 'robot' and 'Robot' as the same key The following figures shows an example of an original text file (Kennedy.txt) and its index file (index.txt index Notepad File Edit Format View Help a: 1 2 4 an: 3 7 as: 8 4 S 6 beginning 4 but: 2 celebration: 2 change: 6 end: 3 example 7 freedom: 3 in:8 Kennedy Notepad File Edit Format View Help We observe today not a victory of party but a celebration of freedom symbolizing an end as well as a beginning signifying renewal as Well as change This is an example of working in team as we did not: 1 observe: 1 of: 2 3 7 party: 2 renewal: S signifying: Ss symbolizing: 3 team: 8 this: 7 today: 1 victory: 1 we: 8 1 well: 4 S

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

DB2 11 The Database For Big Data And Analytics

Authors: Cristian Molaro, Surekha Parekh, Terry Purcell, Julian Stuhler

1st Edition

ISBN: 1583473858, 978-1583473856

More Books

Students also viewed these Databases questions

Question

=+ At what rate does capital per person grow?

Answered: 1 week ago