TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Samkelo Siyabonga Ngubo
NA
173
3.8k
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}
Reply
Answers (
1
)
I want to force the data reader to return only schema of the
Web API MVC with SQL Server