All Projects → gutfeeling → Beginner_nlp

gutfeeling / Beginner_nlp

A curated list of beginner resources in Natural Language Processing

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

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

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