/Generic-Text-Processor

This repo covers all the exercises and examples given in the book Natural Language Processing with Python

Primary LanguagePython

Learning-NLP

This repo covers all the tips and code to process text and perform ML or Deep Learning tasks on it. each module can be individually used to perform a specific task. just enter the filename and run command - "python "

Files - -- text_preprocessing.py - contains code on preprocessing text file with basic python methods

-- text_nltk.py - contains code on preprocessing a text file using NLTK library

-- todo - lists all the steps to follow while doing any NLP related tasks

-- requirements.txt - contains list of all installed libraries