Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The goal of this challenge is to implement a console application that displays the most common words used in a portion of a webpage. Requirements

image text in transcribed
The goal of this challenge is to implement a console application that displays the most common words used in a portion of a webpage. Requirements The code should be written in C#, Python. The code should return the most common words used and the number of times they are used. The following should be configurable: - The number of words to return (default: 10) - Words to exclude from the search Your code (only the source code, no binaries) should be returned as a zip posted within the contractor hub tool along with your resume. The code should build into an executable console application. Page to crawl https://en.wikipedia.org/wiki/Microsoft Only words from the section "history" should be accounted for. Example of the expected result

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions