Home /
Expert Answers /
Computer Science /
in-c-visual-studio-word-index-write-a-program-that-reads-the-contents-of-a-text-file-the-program-s-pa127
(Solved): in c# visual studio WORD INDEX Write a program that reads the contents of a text file. The program s ...
in c# visual studio
WORD INDEX Write a program that reads the contents of a text file. The program should create a Dictionary in which the key-walue pairs are described as follows: - Key-The keys are the individual words found in the file. - Values-Each value is a Liat 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 Diocionary is built the program should create another text fle, known as a word index, listing the contents of the Dietionary. 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. Figure 9?210 shows an example of an original text file (Kenandy,tet) and its index fle (index tat).