Question: Write a C++ program that does the task given (the extra information is to explain the task better). The dictionary can be reached through this

Write a C++ program that does the task given (the extra information is to explain the task better). The dictionary can be reached through this url: "http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict.0.7a". Should open the text-file: "cmudict.0.7a" to work. Solve soon (due in a few hours). Thank you.

Write a C++ program that does the task given (the extra information

is to explain the task better). The dictionary can be reached through

this url: "http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict.0.7a". Should open the text-file: "cmudict.0.7a" to work. Solve soon

(due in a few hours). Thank you. Programming Task Write a program

pronounce.cpp that Lets the user input a word (let's call the input

Programming Task Write a program pronounce.cpp that Lets the user input a word (let's call the input word W). If the word is not found in the dictionary, print "Not found". Otherwise, report: . o Pronunciation the pronunciation of the word W (as given in the dictionary), o Identical: other words from the dictionary with the same pronunciation as W, o Add phoneme words that can be obtained from Wby adding one phoneme, o Remove phoneme words that can be obtained from Wby removing one phoneme, o Replace phoneme words that can be obtained from Wby replacing one phoneme When listing words, include all words from the dictionary that meet the criteria, the order of listed words should be the same as they appear in the dictionary. Your program should expect that the dictionary file cmudict.0.7a is located in the current working directory. User input should be case-insensitive (accepting donut , DonuT , DOnUt , etc.) Please, don't make complex user interface that allows multiple queries. The program should just ask for one word, report the answer, and exit. See examples below. Programming Task Write a program pronounce.cpp that Lets the user input a word (let's call the input word W). If the word is not found in the dictionary, print "Not found". Otherwise, report: . o Pronunciation the pronunciation of the word W (as given in the dictionary), o Identical: other words from the dictionary with the same pronunciation as W, o Add phoneme words that can be obtained from Wby adding one phoneme, o Remove phoneme words that can be obtained from Wby removing one phoneme, o Replace phoneme words that can be obtained from Wby replacing one phoneme When listing words, include all words from the dictionary that meet the criteria, the order of listed words should be the same as they appear in the dictionary. Your program should expect that the dictionary file cmudict.0.7a is located in the current working directory. User input should be case-insensitive (accepting donut , DonuT , DOnUt , etc.) Please, don't make complex user interface that allows multiple queries. The program should just ask for one word, report the answer, and exit. See examples below

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!