Slides of NLP with NodeJS presentation given online as part of Argentinian MUG IT user group.
Size: 2.21 MB
Language: en
Added: Jun 03, 2022
Slides: 10 pages
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.