ICP_2 - Girees737/KDM_Projects GitHub Wiki

Summary

Understood the necessity of preprocessing the text data and got to know the open source libraries like NLTK, SPACY, TextBlob, Genism etc, and the ways of extracting and representing the information from the text.

1. POS Tagging using nltk

2. Named Entity Recognition(NER) using Spacy

3. Co-reference

4. Lemmetization using Textblob

5. Parsing

a. Dependency Parsing

b. Shallow Parsing