NLP with NodeJS and JavaScript

matiasiacono 175 views 10 slides Jun 03, 2022
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

Slides of NLP with NodeJS presentation given online as part of Argentinian MUG IT user group.


Slide Content

Matías Iacono

NodeJS + NLP + Análisis de sentimientos en 10 minutos

NLP? Natural language processing (NLP) refers to the branch of computer science—and more specifically, the branch of artificial intelligence or AI—concerned with giving computers the ability to understand text and spoken words in much the same way human beings can. NLP is not Neuro-linguistic programming :) *IBM

What NLP could do? Speech recognition => Voice to text Part of speech tagging => “I can make a paper plane” vs “What make of car do you own?” Word sense disambiguation => “make the grade” vs “make a bet” Named entity recognition => Genders, locations, etc. from words Co-reference resolution => “ María tenía un corderito… ella estaba contenta” Sentiment analysis => Extract subjective qualities from text Natural language generation => Structured information in written words

NLP vs NLU vs NLG

Use Cases Spam detection, translators, virtual agents, chatbots, etc.

Today’s Toolset

Let’s code!

Matías Iacono

Gracias… preguntas?