Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 4, 2020 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/b7bd591edf34962b13b932b4c04be4e9 to your computer and use it in GitHub Desktop.
Save amankharwal/b7bd591edf34962b13b932b4c04be4e9 to your computer and use it in GitHub Desktop.
word_freq_dict = {}
word_freq_dict = Counter(words)
print(word_freq_dict.most_common()[0:10])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment