Simple Text Analytics in Python : Computing Frequency of Words in Given TextHeading using Python
Prerequisites To Follow this Exercise :
- Python Installed in your System : If you are a new user to Python and want to know how to install Python via the Anaconda Distribution , You can go through the step by step Blog i have written to install Python via Anaconda Distribution & start using Jupyter Notebook : https://instrovate.com/2019/06/09/python-anaconda-distribution-how-to-download-and-install-it-and-run-the-first-python-program/
Once you have the Python Installed in your system you are Good to Go ahead and follow the below Use Case and Example.
Below is the paragraph as an example :
Instrovate Technologies is a Market Leader in Data Analytics and Data Science Corporate Training , Academic Training & Online Training.
Desired Output:
,:1
Academic:1
Analytics:1
Corporate:1
Data:2
Instrovate:1
Leader:1
Market:1
Online:1
Science:1
Technologies:1
Training:2
Training.:1
a:1
and:2
in:1
is:1
*********************************************************
Try On you Own First Before Referring to the Solution Below
***********************************************************
Here is the Code Snippet To Achieve the Desire Result. If you want to get the Code as Python Code File Subscribe to our website – https://instrovate.com/ and our YouTube Channel Below – https://youtube.com/c/InstrovateTechnologies