Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

File metadata and controls

9 lines (7 loc) · 423 Bytes

Basic Text Analytics

This contains basics of Text Analytics. Keywords: WordCloud, TF-IDF, COG Analysis, Data Extraction

If you are given a file containing lots of texts, and you want to create a word-cloud from it. You can follow these steps.

Question: What is a word cloud? Answer: An image composed of words used in a particular text or subject, in which the size of each word indicates its frequency or importance.