How can I develop word count frequency of each word appear

Aug 12 2017 6:34 AM
mvc application that is used to determine the frequency of each word appear in the book moby Dick; or the whale by Herman Melville.you application must be written in C#
make use of sql dtabase to store the tuple of <Word : Frequency>,employs the entity Framework and Linq expression where appropiate.
application will have a user interface that allows the user to select the input file and display the answer below questions as the static output.
output :
Most frequent word:{word} occured {x} times
Most frequent 7 character word:{word} occured {x} times
Highest scoring words(according to scrabble):{word} with a score of {x}

Answers (1)