Skip to content

A brief tutorial on machine learning for natural language processing with Python/NLTK.

License

Notifications You must be signed in to change notification settings

budidwisatoto/python-nlp-ml-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Brief Tutorial on Machine Learning with NLTK/Python

This is a tutorial on machine learning techniques using NLTK in Python. It is based on Python 3.6 and NLTK.

You can see the example code in NLTK.ipynb

To run the code locally, you need to have ipython and jupyter notebook. You'll also need the following python packages.

  • nltk
  • scikit-learn
  • numpy

Once you have tools installed, clone this repository. To open up the tutorial notebook, run jupyter from command line.

jupyter notebook path/to/NLTK.ipynb

this will open the notebook on your web browser.

About

A brief tutorial on machine learning for natural language processing with Python/NLTK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%