johanneskropf / node-red-contrib-voice2json

Node-RED nodes for local speech and intent recognition via voice2json
Apache License 2.0
28 stars 11 forks source link

Tutorial: Missing "living room lamp" in grammar example #6

Closed DDDanny closed 3 years ago

DDDanny commented 3 years ago

Classification: minor

Context: https://github.com/johanneskropf/node-red-contrib-voice2json/wiki/Getting-started---Step-by-step-tutorial at Chapter 9. The TTI (text-to-intent) recognition

Issue: turn [the] ( | garage light) {name} (on | off) {state}             ^-missing: living room lamp

Expected content: turn [the] (living room lamp | garage light) {name} (on | off) {state}

johanneskropf commented 3 years ago

Fixed