In this programming assignment we will write a program forfinding portmanteau words.
“A portmanteau or portmanteau word is a linguistic blend ofwords, in which parts of multiple words or their phones (sounds)are combined into a new word, as in smog, coined by blending smokeand fog, or motel, from motor and hotel.” – Wikipedia(https://en.wikipedia.org/wiki/Portmanteau)
1) Create the usual project folder, project11 in this case andthe usual main class, Prog11.java.
2) In the main method, read in the list of words (the firstcolumn) from the file cmudict.0.7a.txt (Sorry I can’t include afile here, but it’s just a txt file fromhttp://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict.0.7a,can you please download it and
OR
OR