Need help with your Discussion

Get a timely done, PLAGIARISM-FREE paper
from our highly-qualified writers!

glass
pen
clip
papers
heaphones

Lab 4: Word Frequencies

Lab 4: Word Frequencies

Lab 4: Word Frequencies

Question Description

Description

Write a program that prompts the user for a list of words separated by spaces. Your program should then call a function to output those words and their frequencies. The function does not have to return a value: you can print the output from within the function.

Sample Transcript

Enter words: The important part of the United States of America is the united part.
the 3
important 1
part 2
of 2
united 2
states 1
america 1
is 1

Points

2 points – the program collects the sentence from the user and splits all of the words into a list
2 point – the items of the list (ie: words from the user’s sentence) get output line by line
2 points – each word in the output is followed by the number of times it occurs in the sentence
1 point – the program ignores uppercase letters, so ‘The’ gets counted along with ‘the’
1 point – the program strips punctuation marks, so ‘part.’ (period attached) gets counted along with ‘part’
1 point – redundant counts are eliminated (ie, “the 3” is output only once, not three times)
1 point – put the code in a function that you can call like this: count_frequencies(wordlist)

Tips

The order in which I listed the points breakdown is the order in which I think it makes the most sense to tackle writing the program. For example, the first thing I’d try to get working would be the input from the user. You’re getting a string of words separated by spaces and splitting them into a list. As usual, the documentation can help a lot on this assignment, especially the part about common sequence operations. Getting some output to the screen is a good next step in order to test your program, and it’s worth 2 points so it’s pretty important. Getting the count of each word is listed third, and worth 2 points as well, so if you get the first three steps of the assignment working, you’ve got more than half the points already. The last four points are for additional enhancements that you can make.

common sequence operations.

https://docs.python.org/3/library/stdtypes.html#common-sequence-operations

Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."

Order Solution Now

Our Service Charter


1. Professional & Expert Writers: Eminence Papers only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided by Eminence Papers are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. Eminence Papers are known for the timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: At Eminence Papers, we have put in place a team of experts who answer all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.

We Can Write It for You! Enjoy 20% OFF on This Order. Use Code SAVE20

Stuck with your Assignment?

Enjoy 20% OFF Today
Use code SAVE20