vui-ad-hoc-alexa-recognizer
Version:
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
20 lines (19 loc) • 827 B
JSON
{
"values": [
"right now",
"today", "yesterday", "tomorrow",
"this week", "last week", "next week",
"this weekend", "last weekend", "next weekend",
"this month", "last month", "next month",
"this year", "last year", "next year",
"this decade", "last decade", "next decade",
"january", "february", "march", "april", "may", "june", "july", "august",
"september", "october", "november", "december",
"last january", "last february", "last march", "last april", "last may",
"last june", "last july", "last august",
"last september", "last october", "last november", "last december",
"next january", "next february", "next march", "next april", "next may",
"next june", "next july", "next august",
"next september", "next october", "next november", "next december"
]
}