gutfeeling / Beginner_nlp
A curated list of beginner resources in Natural Language Processing
Stars: ✭ 376
Projects that are alternatives of or similar to Beginner nlp
Matchzoo
Facilitating the design, comparison and sharing of deep text matching models.
Stars: ✭ 3,568 (+848.94%)
Mutual labels: natural-language-processing
Vncorenlp
A Vietnamese natural language processing toolkit (NAACL 2018)
Stars: ✭ 354 (-5.85%)
Mutual labels: natural-language-processing
Matchzoo Py
Facilitating the design, comparison and sharing of deep text matching models.
Stars: ✭ 362 (-3.72%)
Mutual labels: natural-language-processing
Lingua
👄 The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike
Stars: ✭ 341 (-9.31%)
Mutual labels: natural-language-processing
Nlp Conference Compendium
Compendium of the resources available from top NLP conferences.
Stars: ✭ 349 (-7.18%)
Mutual labels: natural-language-processing
Text mining resources
Resources for learning about Text Mining and Natural Language Processing
Stars: ✭ 358 (-4.79%)
Mutual labels: natural-language-processing
Nndial
NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
Stars: ✭ 332 (-11.7%)
Mutual labels: natural-language-processing
Data Science
Collection of useful data science topics along with code and articles
Stars: ✭ 315 (-16.22%)
Mutual labels: natural-language-processing
Awesome Self Supervised Learning
A curated list of awesome self-supervised methods
Stars: ✭ 4,492 (+1094.68%)
Mutual labels: natural-language-processing
Awesome Search
Awesome Search - this is all about the (e-commerce) search and its awesomeness
Stars: ✭ 361 (-3.99%)
Mutual labels: natural-language-processing
Nlp Papers With Arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
Stars: ✭ 345 (-8.24%)
Mutual labels: natural-language-processing
Indic nlp library
Resources and tools for Indian language Natural Language Processing
Stars: ✭ 348 (-7.45%)
Mutual labels: natural-language-processing
Question generation
Neural question generation using transformers
Stars: ✭ 356 (-5.32%)
Mutual labels: natural-language-processing
Adapter Transformers
Huggingface Transformers + Adapters = ❤️
Stars: ✭ 338 (-10.11%)
Mutual labels: natural-language-processing
Nlp
[UNMANTEINED] Extract values from strings and fill your structs with nlp.
Stars: ✭ 367 (-2.39%)
Mutual labels: natural-language-processing
Dynamic Memory Networks In Theano
Implementation of Dynamic memory networks by Kumar et al. http://arxiv.org/abs/1506.07285
Stars: ✭ 334 (-11.17%)
Mutual labels: natural-language-processing
Tensorlayer Tricks
How to use TensorLayer
Stars: ✭ 357 (-5.05%)
Mutual labels: natural-language-processing
Nlp Python Deep Learning
NLP in Python with Deep Learning
Stars: ✭ 374 (-0.53%)
Mutual labels: natural-language-processing
Awesome Text Generation
A curated list of recent models of text generation and application
Stars: ✭ 370 (-1.6%)
Mutual labels: natural-language-processing
Spacy Streamlit
👑 spaCy building blocks and visualizers for Streamlit apps
Stars: ✭ 360 (-4.26%)
Mutual labels: natural-language-processing
A curated list of beginner resources in Natural Language Processing
Maintainer
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
- Academic Papers
- Learning by Doing
- Open Source Projects
- Fun Ideas
- APIs
- User Groups
- Other Guides
Books
- Speech and Language Processing : Classic and Standard textbook in NLP. Pre publication draft of 3rd edition available here.
- Natural Language Processing with Python : Application oriented book. Examples are in Python (NLTK). Free online version here.
- Taming Text : Application oriented book. Examples are in JAVA.
- Foundations of Statistical Natural Language Processing : Classic text on Statistical NLP. Goes deep into the implementation of parsers, taggers etc.
- Handbook of Natural Language Processing : A complete treatment of NLP that starts from the historical roots and ends with the modern methods of NLP.
- Statistical Machine Translation : Learn how to make a service like Google Translate
- Introduction to Information Retrieval : Learn the nuts and bolts of services like Google Search and Google News (search, text classification, clustering etc.)
- Prolog and Natural Language Analysis : Implement NLP algortihms in Prolog.
MOOCs
- Coursera course offered by University of Michigan : Introductory course that covers all prerequisite materials. Favored programming language is Python.
- Dicontinued Coursera course offered by Comlumbia University, available on Academic torrents : Theory and concept oriented course. Only the course materials are available at this point.
YouTube Videos
- Video series by Jurafsky and Martin : Jurafsky and Martin are both professors at Stanford, and they have written multiple classic textbooks on NLP.
- Stanford CS224D : Deep Learning in NLP : Applicatin of Deep Learning in NLP
- NLP with Python and NLTK : Application oriented video series using Python and NLTK.
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
- Deep Learning in NLP : A GitHub repo that collects papers on Deep Learning in NLP.
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
- Interactive Fiction/Parser Based Fiction : A video game where the player's interactions primarily involve text. Listen to this illuminating FLOSS podcast on the topic.
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
- ACM Special Interest Group in AI : If you are craving for some face to face human contact.
Other Guides
- Quora question on how to get into NLP
- awesome-nlp on GitHub : A GitHub repo containing a curated list of NLP resources.
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].
