image Post Your Answer


image

Steps included in text mining process

5 years ago in Text Mining By Tarushi Yadav


Hello all. I want to conduct text mining process. Please help me with the process by guiding me on the steps that need to be followed for the same. Also explain me the categorisation and clustering text mining techniques. It would be of great help!

All Answers (4 Answers In All)

By Raj Shravan Answered 5 years ago

The steps involved in text mining are as follows: 1.Collecting unstructured data from various data sources like web pages, plain text, pdf files, and blogs, etc. 2.Detecting and eliminating anomalies from data collected through pre-processing and cleansing. (Data cleansing lets you to extract and retain the crucial information hidden within the data). 3.Converting the relevant information extracted into structured formats. 4.Analysing the patterns within the data via MIS. 5.Storing valuable information into a secure database.


By Keerthi Gupta Answered 5 years ago

Text categorisation is nothing but a form of supervised learning where normal language texts depending on their content are assigned to a predefined set of topics. Thus, categorisation is a process of collecting text documents, processing and analysing them to uncover the right indexes for each document. The co-referencing approach is commonly used as a part of NLP to extract suitable abbreviations and synonyms from textual data.


By Krishan Pancholi Answered 5 years ago

Tarushi, clustering is one of the most popular techniques of text mining. It identifies intrinsic structures in textual information and organises them into relevant clusters for further analysis. A challenge faced in the clustering process is to form meaningful subgroups from the unlabeled textual data without having prior information on them. Cluster analysis acts as a pre-processing step for other text mining algorithms.


By Tarushi Yadav Answered 5 years ago

Thank you guys! The answers did clear my queries.


Your Answer


View Related Questions