From 1401b3344c8f7fb13eac5e0135cf768cc7541ea2 Mon Sep 17 00:00:00 2001 From: codestin Date: Tue, 9 Apr 2019 01:50:10 -0700 Subject: [PATCH] Update index.md with grammatical, formatting fixes (#28890) --- .../machine-learning/natural-language-processing/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/machine-learning/natural-language-processing/index.md b/guide/english/machine-learning/natural-language-processing/index.md index 0509feda333..de47411ffc3 100644 --- a/guide/english/machine-learning/natural-language-processing/index.md +++ b/guide/english/machine-learning/natural-language-processing/index.md @@ -3,7 +3,8 @@ title: Natural Language Processing --- ## Natural Language Processing(NLP) -As the Wikipedia says, "Natural language processing (NLP) is a subfield of computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data." +According to Wikipedia, "Natural language processing (NLP) is a subfield of computer science, information engineering, and artificial intelligence, concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data." + In simpler terms, it is a process in which natural language generated by humans are made sense of by computers. ### Challenges in NLP @@ -44,7 +45,7 @@ In simpler terms, it is a process in which natural language generated by humans #### More Information: -For further reading : +For further reading: - Click here for an article about NLP intro. - Click here for the Wikipedia reference.