Skip to content

Conversation

srangar03
Copy link

No description provided.

@srangar03 srangar03 changed the title Text Mining MiniProject 3- Shreya Text Mining MiniProject 3 Oct 12, 2017
Copy link

@branchwelder branchwelder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great documentation; your code was very easy to read. I liked the graph.

frequency[word] = 0
for word in split_text:
frequency[word] += 1
sort_top_words = sorted(frequency.items(), key=lambda x:x[1])

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay lambda functions 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants