Skip to content

Commit

Permalink
Add brief description of word_frequency and link to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdabbas committed Jan 23, 2018
1 parent 678c831 commit db90587
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Each ad is split into the respective slots, making sure they contain complete
words, and that each slot has at most the specific number of slots allowed.
This can save time when you have thousands of products to create ads for.

* **Analyze word frequency:** Calculate the absolute and weighted frequency of
words in a collection of documents to uncover hidden trends in the data.
This is basically answering the question, 'What did we write about vs. what
was actually read?'
Here is a tutorial on [measuring absolute vs weighted frequency of words](https://github.com/eliasdabbas/word_frequency).



The package is still under heavy development, so expect a lot of changes.
Feedback and suggestions are more than welcomed.
Expand Down

0 comments on commit db90587

Please sign in to comment.