------------------------------ 111111111111111111111111111111 1. test_draw_histogram() ------------------------------ 1. a: ** b: ***** c: ******* 2. b: ******* c: ***** ------------------------------ 222222222222222222222222222222 2. test_remove_short_synonyms() ------------------------------ 1. beautiful : ['dazzling', 'handsome', 'magnificent', 'splendid'] dangerous : ['hazardous', 'perilous', 'uncertain'] look : [] put : ['achieve', 'set aside'] slow : ['gradual', 'leisurely', 'tedious', 'unhurried'] 2. bad : ['contaminated', 'defective', 'immoral', 'improper', 'inappropriate', 'spoiled', 'substandard'] come : ['advance', 'approach'] good : ['edifying', 'excellent', 'superior', 'wonderful'] show : ['demonstrate', 'display', 'exhibit', 'explain', 'indicate', 'point to', 'present'] ------------------------------ 333333333333333333333333333333 3. test_get_last_three_letters_dict() ------------------------------ 1. est : 4 ing : 5 rst : 2 2. han : 2 his : 2 ing : 2 oes : 2 the : 4 ------------------------------ 444444444444444444444444444444 4. test_get_text_valuation() ------------------------------ 1. BLAH - 7 2. thought provoking - 40 3. too much month at the end of the money - 70 ------------------------------ 555555555555555555555555555555 5. test_get_word_len_dict() ------------------------------ 2 : ['be'] 3 : ['May', 'and'] 4 : ['your'] 5 : ['short'] 6 : ['Monday', 'coffee', 'strong'] 2 : ['is', 'to'] 3 : ['are', 'but', 'say', 'the', 'wet', 'why', 'you'] 4 : ['does', 'four', 'have', 'they', 'when'] 5 : ['check', 'paint', 'stars', 'there'] 7 : ['believe', 'billion', 'someone'] ------------------------------ 666666666666666666666666666666 6. test_get_names_num_tuple_dict() ------------------------------ Ali : (7, 6, 5, 12, 31, 61) Bella : (2, 6, 2, 2, 30) Elmo : (3, 8, 6, 8) Gill : (9, 7) Jin : (26, 51, 3) ------------------------------ 777777777777777777777777777777 7. test_get_previous_words_dict() ------------------------------ a : ['', 'saw'] man : ['a'] saw : ['a', 'saw', 'we'] we : ['man'] den : ['my'] did : ['i'] dog : ['my'] favourite : ['my'] i : ['painting'] in : ['dog', 'painting'] is : ['painting'] my : ['', 'in', 'of'] of : ['did'] painting : ['favourite', 'that', 'the'] that : ['in'] the : ['is']