项目作者: eliasdabbas

项目描述 :
Absolute and Weighted Word Frequency
高级语言: Jupyter Notebook
项目地址: git://github.com/eliasdabbas/word_frequency.git
创建时间: 2018-01-23T01:19:40Z
项目社区:https://github.com/eliasdabbas/word_frequency

开源协议:

下载


Word Frequency in a Collection of Documents (absolute and weighted)

Interesting insights can be gained when text documents (tweets, keywords, web pages, etc) have associated numeric metrics with them.

This is a description of how this can be done through a Python function.

The notebook describes the process starting from a collection of two one-word ‘documents’ up to analyzing a list of 15,000
movie titles together with their lifetime gross revenue.

Additional data sets are provided for illustration and practice.

Explore the notebook