All Projects → luchux → ipython-notebook-nltk

luchux / ipython-notebook-nltk

Licence: other
An introduction to Natural Language processing using NLTK with python.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to ipython-notebook-nltk

React-Jupyter-Viewer
A react component to embed .ipyb notebooks in a blog or something
Stars: ✭ 50 (+163.16%)
Mutual labels:  ipython-notebook
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (+89.47%)
Mutual labels:  nltk
python-grass-addon
How to write a Python GRASS GIS 7 addon
Stars: ✭ 45 (+136.84%)
Mutual labels:  ipython-notebook
panoramas-image-stitching
🖼 Stitching images into 360 panoramas
Stars: ✭ 155 (+715.79%)
Mutual labels:  ipython-notebook
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+168.42%)
Mutual labels:  nltk
nbmerge
A tool to merge / concatenate Jupyter (IPython) notebooks
Stars: ✭ 75 (+294.74%)
Mutual labels:  ipython-notebook
pygrams
Extracts key terminology (n-grams) from any large collection of documents (>1000) and forecasts emergence
Stars: ✭ 52 (+173.68%)
Mutual labels:  nltk
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+1052.63%)
Mutual labels:  ipython-notebook
namebot
A company/project name generator for Python. Uses NLTK and diverse techniques derived from existing corporate etymologies and naming agencies for sophisticated word generation and ideation.
Stars: ✭ 44 (+131.58%)
Mutual labels:  nltk
my eu
Code and data for myeu.uk - find out what the EU has done for your area
Stars: ✭ 18 (-5.26%)
Mutual labels:  ipython-notebook
11 Python Matplotlib Module
Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader SciPy stack. It was introduced by John Hunter in the year 2002. One of the greatest benefits of visualization is that it allows us visual access to …
Stars: ✭ 206 (+984.21%)
Mutual labels:  ipython-notebook
Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
Stars: ✭ 66 (+247.37%)
Mutual labels:  ipython-notebook
nltk-api-server
API server for NLTK
Stars: ✭ 23 (+21.05%)
Mutual labels:  nltk
ModelicaInAction
Modelica In Action
Stars: ✭ 39 (+105.26%)
Mutual labels:  ipython-notebook
NRCLex
An affect generator based on TextBlob and the NRC affect lexicon. Note that lexicon license is for research purposes only.
Stars: ✭ 42 (+121.05%)
Mutual labels:  nltk
ResumeRise
An NLP tool which classifies and summarizes resumes
Stars: ✭ 29 (+52.63%)
Mutual labels:  nltk
Deception-Detection-on-Amazon-reviews-dataset
A SVM model that classifies the reviews as real or fake. Used both the review text and the additional features contained in the data set to build a model that predicted with over 85% accuracy without using any deep learning techniques.
Stars: ✭ 42 (+121.05%)
Mutual labels:  nltk
jekyll-ipython-markdown
build process for turning ipython notebooks into markdown files for your jekyll blog
Stars: ✭ 18 (-5.26%)
Mutual labels:  ipython-notebook
Machine-Learning-Algorithms-From-Scratch
A collection of commonly used machine learning algorithms implemented in Python/Numpy
Stars: ✭ 43 (+126.32%)
Mutual labels:  ipython-notebook
nlp workshop odsc europe20
Extensive tutorials for the Advanced NLP Workshop in Open Data Science Conference Europe 2020. We will leverage machine learning, deep learning and deep transfer learning to learn and solve popular tasks using NLP including NER, Classification, Recommendation \ Information Retrieval, Summarization, Classification, Language Translation, Q&A and T…
Stars: ✭ 127 (+568.42%)
Mutual labels:  nltk

ipython-notebook-nltk

An introduction to NLTK with python.

RUN THE NOTEBOOK AND SEE PREVIEW IN GITHUB:

RUN IT LOCALLY WITH THE ENV AND LIBS NEEDED

  • Clone the repo.
  • Create a virtual environment and install the requeriments (You can clean them a bit if not using some of the libs).
  • run > ipython notebook in the root directory, and enjoy the notebook.

Feel free to change, test, play with NLTK datasets in this notebook.

SOURCES... Many of the exercies and content is stuff I learned and used from:

MIT License

Copyright (c) 2009 - Luciano M. Guasco (luchux)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].