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: _____________

  1. What is the most frequently occuring owrd in romeo.txt and how many times does it occur?
    
    
    
  2. What is the tenth most frequently occurring word in romeo.txt and how many times does it occur?
    
    
    
    
    
    
  3. 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.
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  4. Write your code for make_word_cloud here. Write only what you think are the five-to-six most important lines of the function.
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  5. Write the most important three to four lines of code for your function clean_up_size below.
    
    
    
    
    
    
    
    
    
    
    
  6. What schemes for finding words that are not content relevant did you use?