Natural Language Processing in the Browser

By Medium - 2021-01-13

Description

How to build a serverless NLP chatbot for your website

Summary

  • How to build a serverless NLP chatbot for your website It is possible to build a chatbot for your own website without dependency on a third-party service like Dialogflow or Watson, and without a server.
  • The intent is a unique identifier of a conversation node, and its name should represent the intention of the user that the chatbot reacts to.
  • This is a more efficient approach because a corpus file is significantly smaller than the resulting model.
  • Using a browser-only solution gives certain advantages but also removes some opportunities, as you would still need some back-end solution in order to be able to record what users are talking about with your chatbot.

 

Topics

  1. NLP (0.28)
  2. UX (0.18)
  3. Machine_Learning (0.15)

Similar Articles

An introduction to TypeScript and ES Modules

By DEV Community - 2020-12-11

JavaScript is everywhere, and TypeScript is JavaScript with some cool extra features. You've probabl... Tagged with javascript, typescript, webdev, node.

Home

By fast - 2020-08-21

Making neural nets uncool again

Automatic Social Share Images

By ryanfiller.com - 2020-12-11

I am a designer, developer, illustrator, and maker living and working in Memphis, Tennessee. This is my blog and portfolio.