• Stars
    star
    385
  • Rank 110,779 (Top 3 %)
  • Language
  • Created almost 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A curated list of beginner resources in Natural Language Processing

A curated list of beginner resources in Natural Language Processing

Maintainer

Dibya Chakravorty

Contributions

Feel free to send pull requests, or email me ([email protected])

How this list got started

On November 10, 2016, a Hacker News (HN) user aarohmankad asked the HN community for suggestions on beginner NLP resources. This Ask HN thread became popular and stayed in the front page for some time. In this time, it gathered plenty of community generated suggestions about beginner NLP resources. This list is an attempt to summarize this discussion into a coherent list of resources. I also wrote a blog post on this.

Table of Contents

Books

MOOCs

YouTube Videos

Online University Courses

Packages to Play With

  • NLTK : Most popular NLP library in Python. Excellent documentation in the form of a book/free online version. Powerful and extensible.
  • Stanford CoreNLP : Fast and feature rich NLP library, written in JAVA. An online demo is available here.
  • Spacy : Another emerging NLP library in Python. Fast and state of the art. Tries to maintain an uniform API while implementing state of the art algorithms. They have a blog and an online demo.
  • Apache Tika : Offers an unified interface for extracting text data and meta data from many different file formats (PPT, PDF etc.) and analysis.

Academic Papers

Learning by Doing

Often the best way to learn is to contribute to an existing open source NLP project or implementing a fun idea.

Open Source Projects

  • Betty : Betty is a open source project with both real-life use and practical NLP considerations, and is looking for new maintainers.

Fun Ideas

APIs

  • IBM Watson Cloud : From the makers of IBM Watson. It lets you integrate NLP functionality in your app via an API. There's a free tier/free trial.

User Groups

Other Guides

More Repositories

1

word_forms

Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
Python
616
star
2

univariate-linear-regression

The data science project used in my Datacamp course Unit Testing for Data Science in Python
Jupyter Notebook
140
star
3

djangohero

DjangoHero is the fastest way to set up a Django project on the cloud (using Heroku)
Python
38
star
4

pythonbooks_reviews

Reviews for Python books on http://pythonbooks.org
31
star
5

twitass

Scrapes tweets from the Twitter Advanced Search webpage - bypasses the 7 day historical limit of the public API
Python
14
star
6

langsearch

Easily create semantic search based LLM applications
Python
9
star
7

practical_rl_for_coders

Learn reinforcement learning with Python, Gym and Keras.
Python
7
star
8

liepy

Computes representation matrices for Lie groups
Python
5
star
9

realdeeprl

Jupyter Notebooks and Code for the Real World Deep Reinforcement Learning Course https://courses.dibya.online/p/realdeeprl
Jupyter Notebook
5
star
10

rlcourse_exercises

Exercises in Reinforcement Learning Crash Course https://rlcourse.com
Jupyter Notebook
3
star
11

pypi_explorer

Explore the Python Package Index
Jupyter Notebook
3
star
12

sqlethereum

Python
2
star
13

rl_crash_course

Jupyter Notebook
1
star
14

storybeep

Track news stories
Python
1
star
15

bandit

Python
1
star
16

djangohero_default_template

Python
1
star
17

rlcourse_lesson_assets

Jupyter notebooks, slides and diagrams for the lessons in https://rlcourse.com
Jupyter Notebook
1
star
18

version-control-workflow-test

Python
1
star
19

ki-labs-calendar

A calendar REST API for scheduling interviews
Python
1
star
20

fastdeeprl

Notebooks and exercises for the Fast Deep Reinforcement Learning Course https://courses.dibya.online/p/fastdeeprl
Jupyter Notebook
1
star