Skip to content
Snippets Groups Projects
Commit f2d3686e authored by pvonneumanncosel's avatar pvonneumanncosel
Browse files

new grammar for asking for exact beacons

parent a9fad409
No related branches found
No related tags found
Loading
#JSGF V1.0;
grammar speechRecognition;
public <sentence> = [<talking>] <beacon>;
<talking> = <verb> | (the [exact] (beacon | location | place) is) | it is the | at the;
<verb> = (<V_meet> | <V_describe>) the person at the;
<V_meet> = meet | contact | get to know | get acquainted with;
<V_describe> = describe;
<beacon> = (living table) | sofa | (comfy chair) | fridge | kitchen counter | sink | stove | cabinet | bar;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment