Advertisement
Guest User

Vedics WARNING: Grammar missing self identifying header

a guest
Feb 16th, 2012
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. /***************************************************************************
  2. ****************************************************************************
  3. ** **
  4. ** Voice Enabled Desktop Interaction and Control System (VEDICS) **
  5. ** Copyright (C) 2010 Bharat Joshi **
  6. ** **
  7. ** This file is part of VEDICS **
  8. ** **
  9. ** VEDICS is free software: you can redistribute it and/or modify **
  10. ** it under the terms of the GNU General Public License as published by **
  11. ** the Free Software Foundation, either version 3 of the License, or **
  12. ** any later version. **
  13. ** **
  14. ** VEDICS is distributed in the hope that it will be useful, **
  15. ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
  16. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
  17. ** GNU General Public License for more details. **
  18. ** **
  19. ** You should have received a copy of the GNU General Public License **
  20. ** along with VEDICS. If not, see <http://www.gnu.org/licenses/> **
  21. ** **
  22. ****************************************************************************
  23. ***************************************************************************/
  24.  
  25. #JSGF V1.0;
  26.  
  27. grammar vedicsgram;
  28.  
  29.  
  30. public <commands> = (<application>|<keyboard>|<window>|<current>|<other>);
  31.  
  32. <application> = run ati catalyst control center|run computer|run filezilla|run terminal|run browse c drive|run thunderbird mail news|run unetbootin|run banshee|run libreoffice|run libreoffice impress|run disk utility|run configure wine|run libreoffice base|run system settings|run calculator|run backup tool|run windows wireless drivers|run language support|run sun java six plugin control panel|run keyboard|run home folder|run gigolo|run libreoffice writer|run movie player|run mouse|run assistive technologies|run bleachbit|run libreoffice math|run brasero|run pidgin internet messenger|run vlc media player|run aptoncd|run help|run libreoffice calc|run network tools|run sound recorder|run tomboy notes|run main menu|run teamviewer seven|run network proxy|run search for files|run synaptic package manager|run gedit|run google chrome|run software sources|run about me|run aclock|run bluetooth|run sun java six policy tool|run network connections|run virtualbox ose|run keyboard shortcuts|run welcome screen|run about ubuntu|run appearance|run disk usage analyzer|logout user|run system profiler and benchmark|run windows|run giver|run cheese|run xchat irc|run notepad|run network|run ati catalyst control center administrative|run storage device manager|run preferred applications|run remote desktop|run monitors|run desktop settings|run personal file sharing|run vedics|run passwords and encryption keys|run software manager|run winetricks|run transmission|run startup applications|run log file viewer|run geeqie|run x one one vnc server|run input method switcher|run additional drivers|run gthumb|run firefox web browser|run uninstall wine software|run nautilus actions configuration|run screensaver|run upload manager|run sound|run printing|shutdown system|run simple scan|run startup manager|run y ppa manager|run system monitor|run mupen six four plus|run griffith|run dictionary|run update manager|run power management|run firewall configuration|run character map|run login screen|trash|run bleachbit as root|run gnome mplayer|run take screenshot|run users and groups|run compizconfig settings manager|run domain blocker|run install release|run remastersys backup|show all applications|run gimp image editor|run startup disk creator|run sun java six web start|run libreoffice draw|run ubuntu one|run gcstar collections manager;
  33.  
  34. <keyboard> = move up|move left|move beginning|move right|move down|popup menu|scroll up|scroll right|select|move end|scroll left|print screen|cancel|open|scroll down|delete selected;
  35.  
  36. <window> = unmaximize window|maximize window|close window|switch window|minimize window|show desktop;
  37.  
  38. <current> = search|help|edit|terminal|vedics the best speech assistant for linux|file|view;
  39.  
  40. <other> = start listening|stop listening|exit vedics|yes|no;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement