Demystifying NLP concepts in simple words—101

Wassim Chegham - Jun 1 '19 - - Dev Community

When someone talks about NLU or even AI in the context of chatbots or conversational apps, they probably mean either one of these concepts: ASR, NLP, NLU, NLG or TTS.

These are probably the most confusing concepts when it comes to understanding the inner concepts of conversational apps. Let’s quickly demystify them (with really simple words):

  1. ASR or Automatic Speech Recognition is the process of taking the speech (voice) signal as an input and then finding out the words that were actually spoken.

  2. NLP or Natural Language Processing is an umbrella term that describes the ability of the machine to manipulate (syntactic parsing, text categorization...etc) the human language (English, French…etc).

  3. NLU or Natural Language Understanding is a subset of NLP that is responsible for the semantic parsing and analysis, entities extracting…etc. NLU tries to structure the input data so it can easily be understood by the machine.

  4. NLG or Natural Language Generation is the step when the machine tries to transform the structured (from NLU) data into human-readable language.

  5. TTS or Text-to-Speech Synthesis, put simply, takes the generated text from the NLG and converts it to speech.

That's all you need to know to get started building your next conversational app.


Follow me at @manekinekko to learn more about chatbots and conversational apps.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player