All Projects → hb20007 → Hands On Nltk Tutorial

hb20007 / Hands On Nltk Tutorial

Licence: mit
The hands-on NLTK tutorial for NLP in Python

Projects that are alternatives of or similar to Hands On Nltk Tutorial

Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+345.82%)
Mutual labels:  jupyter-notebook, jupyter, notebook, nltk
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (+26.49%)
Mutual labels:  jupyter-notebook, jupyter, notebook, tutorial
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-15.04%)
Mutual labels:  jupyter-notebook, jupyter, notebook
Juniper
🍇 Edit and execute code snippets in the browser using Jupyter kernels
Stars: ✭ 189 (-54.89%)
Mutual labels:  jupyter-notebook, jupyter, binder
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-52.27%)
Mutual labels:  jupyter-notebook, jupyter, notebook
Signals And Systems Lecture
Continuous- and Discrete-Time Signals and Systems - Theory and Computational Examples
Stars: ✭ 166 (-60.38%)
Mutual labels:  jupyter-notebook, jupyter, notebook
Nlp profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Stars: ✭ 181 (-56.8%)
Mutual labels:  jupyter-notebook, jupyter, nlp-machine-learning
Rl Tutorial Jnrr19
Stable-Baselines tutorial for Journées Nationales de la Recherche en Robotique 2019
Stars: ✭ 204 (-51.31%)
Mutual labels:  jupyter-notebook, notebook, tutorial
Pytorch Question Answering
Important paper implementations for Question Answering using PyTorch
Stars: ✭ 154 (-63.25%)
Mutual labels:  jupyter-notebook, tutorial, nlp-machine-learning
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+519.09%)
Mutual labels:  jupyter-notebook, jupyter, notebook
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (-45.35%)
Mutual labels:  jupyter-notebook, jupyter, notebook
workshop
Workshop: Micromagnetics with Ubermag
Stars: ✭ 19 (-95.47%)
Mutual labels:  binder, jupyter, tutorials
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (-61.1%)
Mutual labels:  jupyter-notebook, jupyter, tutorial
Ipystata
Enables the use of Stata together with Python via Jupyter (IPython) notebooks.
Stars: ✭ 154 (-63.25%)
Mutual labels:  jupyter-notebook, jupyter, notebook
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (-55.13%)
Mutual labels:  jupyter-notebook, jupyter, binder
Jupyter Server Proxy
Jupyter notebook server extension to proxy web services.
Stars: ✭ 153 (-63.48%)
Mutual labels:  jupyter-notebook, jupyter, binder
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (-51.31%)
Mutual labels:  jupyter-notebook, jupyter, binder
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-66.83%)
Mutual labels:  jupyter-notebook, tutorial, tutorials
Spacy Notebooks
💫 Jupyter notebooks for spaCy examples and tutorials
Stars: ✭ 255 (-39.14%)
Mutual labels:  jupyter-notebook, jupyter, tutorials
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (-47.26%)
Mutual labels:  jupyter-notebook, jupyter, notebook

Binder

Hands-On NLTK Tutorial

The hands-on NLTK tutorial in the form of Jupyter notebooks

NLTK is one of the most popular Python packages for Natural Language Processing (NLP).

Index of Jupyter Notebooks

Notebooks
1.1 Downloading Libs and Testing That They Are Working
Getting ready to start!
1.2 Text Analysis Using nltk.text
Extracting interesting data from a given text
2.1 Deriving N-Grams from Text
Creating n-grams (for language classification)
2.2 Detecting Text Language by Counting Stop Words.ipynb
A simple way to find out what language a text is written in
2.3 Language Identifier Using Word Bigrams
State-of-the-art language classifier
3.1 Bigrams, Stemming and Lemmatizing
NLTK makes bigrams, stemming and lemmatization super-easy
3.2 Finding Unusual Words in Given Language
Which words do not belong with the rest of the text?
3.3 Creating a POS Tagger
Creating a Parts Of Speech tagger
3.4 Parts of Speech and Meaning
Exploring awesome features offered by WordNet
4.1 Name Gender Identifier
Building a classifier that guesses the gender of a name
4.2 Classifying News Documents into Categories
Building a classifier that guesses the category of a news item
5.1 Sentiment Analysis
Is a movie review positive or negative?
5.2 Sentiment Analysis with nltk.sentiment.SentimentAnalyzer and VADER tools
More sentiment analysis!
6.1 Twitter Stream (and Cleaning Tweets)
Live-stream tweets from Twitter
6.2 Twitter Search
Search through past tweets
7.1 NLTK with the Greek Script
Using NLTK with foreign scripts
8.1 The langdetect and langid Libraries
Useful libraries for language identification
8.2 Word2Vec (gensim)
Google's Word2vec

Meta

H. Z. Sababa — hb20007 — [email protected]

Distributed under the MIT license. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].