Skip to content

Intro to Text Mining Notebook Walkthrough for marketing purposes.

Notifications You must be signed in to change notification settings

DraceZhan/txtminingintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Introduction to Text Mining

In this session, we will examine methods of how one can analyze text data without delving into more advanced NLP methods. Students will find how using basic string methods, one can gleam relevant insight from review data to allow further conventional EDA methods

Prerequisites:

pip install nltk

Once installed, you can run in either Python or a Jupyter notebook:

import nltk

nltk.download('all')

About

Intro to Text Mining Notebook Walkthrough for marketing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published