Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including vui-ad-hoc-alexa-recognizer with all npm packages installed. Try it out:

var vuiAdHocAlexaRecognizer = require("vui-ad-hoc-alexa-recognizer")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

vui-ad-hoc-alexa-recognizer v1.5.176

Provides natural language understanding/processing to enable easy implementation of chat bots and voice services. High performance run time in only 2 lines of code - 'require' to include it, and the call to process the text. These can run anywhere Node.js is running - backend, browser, mobile apps, etc with or without internet connection. Build-time is highly configurable and has many features - a rich set of built in intents and slots (roughly equivalent to Alexa's) with the ability to expand them, custom slots (both list based with synonym support and regular expression based), slot flags, parametrized flags, transformation functions, SoundEx matching, wild card matching, option lists, text equivalents, unlimited sets of recognizers to build large segmented apps, domains with state specific processing, builtin and custom chainable responders, sub-domains (trusted and non-trusted), etc.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free