Text Analysis(Part-1)
What is Text Analysis? Text analysis is the process of automatically classifying and extracting meaningful information from unstructured text. It involves detecting and interpreting trends and patterns to obtain relevant insights from data in just seconds. Text Analysis - Transition from Structured Data to Unstructured Data Text analysis is usually performed on the text that is present inside the document in a Unstructured Format, unlike supervised or unsupervised learning as discussed earlier. Thus the first task of Text Analysis comes out to be conversion of this Unstructured Data to Structured Data i.e to represent the data in the tabular form and this process is known as the Text Vectorisation (Discussed Later in the Post). Understanding the Document As text analysis involves extraction of information from the document it becomes important to understand the basic characteristics of the document that are to be f...