From 1fa6c3a11014877e06303c629e343d337c1959e0 Mon Sep 17 00:00:00 2001 From: spinder96 Date: Tue, 4 Dec 2018 18:42:08 -0500 Subject: [PATCH] Add wikipedia article on NLP (#23469) NLP article added from wikipedia and "disciple" changed to "discipline" in intro paragraph. --- guide/english/natural-language-processing/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/natural-language-processing/index.md b/guide/english/natural-language-processing/index.md index 723d98bf5c..cd8d4512b0 100644 --- a/guide/english/natural-language-processing/index.md +++ b/guide/english/natural-language-processing/index.md @@ -11,7 +11,7 @@ title: Introduction to NLP * Further readings ## Motivation -It has always been our dream to make machines understand our language. Ever since Chomsky came up with Context free grammars, linguists have wanted to come up with solutions to understand context dependent grammars. It is therefore only natural that an academic discipline has evolved around this topic. +It has always been our dream to make machines understand our language. Ever since Chomsky came up with Context free grammars, linguists have been wanting to come up with solutions to understand context dependent grammars. It is therefore only natural that an academic discipline had to be evolved around this topic. ## Use cases People have used this concept in a lot of interesting applications. A few of the exciting ones include Google Translate, Siri, or Gmail auto reply suggestions. People are however working on ways to improve these predictions, and state of the art research is being done on how to make machines answer questions more reliably. @@ -46,6 +46,6 @@ The field of NLP is huge. If you have read this far and have implemented the abo #### Some useful online learning resources: +* [Natural Language Processing](https://en.wikipedia.org/wiki/Natural_language_processing/) * [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/) * [Attention](https://distill.pub/2016/augmented-rnns/) -