Closed DDDanny closed 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
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}
turn [the] (living room lamp | garage light) {name} (on | off) {state}
Fixed
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}