-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathocto.gram
23 lines (16 loc) · 864 Bytes
/
octo.gram
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#JSGF V1.0;
/**
* JSGF Grammar file
*/
grammar hello;
public <greet> = (name) (user | archivist | supervisor | detective | case
| material | person | fact | photo | photograph
| other | investigator | suspect | victim | task
| subject | testimony | witness | personnel | agent | photographer
| investigation | people | event | content | criminal
| persons connected | persons associated | associated | collaborator
| people connected | people associated | connected people | associated people | clue
| class | package);
public <command> = (create) (class | edge | package);
public <selection> = (choose) (draw | select | move);
public <stop> = (stop naming);