Compsci 06/101, Spring 2011, Lab 9
By entering your name/net-id below you indicate you are present for Lab 9
to answer these questions and that you were part of
the process that resulted in answers being turned in.
Name: ______________ Net id: _____________ || Name: ______________ Net id: _____________
Name: ______________ Net id: _____________ || Name: ______________ Net id: _____________
- What is the most frequently occuring owrd in romeo.txt and
how many times does it occur?
- What is the tenth most frequently occurring word in
romeo.txt and how many times does it occur?
- Write the code that creates the list to return in
get_popular_words
--- not the whole function, just the part
that uses a dictionary to create a list.
- Write your code for
make_word_cloud
here.
Write only what
you think are the five-to-six most important lines of the function.
- Write the most important three to four lines of
code for your function
clean_up_size
below.
- What schemes for finding words that are not content relevant did you use?