; This is the setting file.
; comments are indicated by lines starting with ;

; This section specifies the rules. Rules must have certain elements
; and be in a certain form. The form of the rules is specified as follows:
; <name-of-rule> <display-name> ....
; There are 4 keywords: #skip#, #start#, #end#, #arg#, #text#
; each rule must have #start# and #end# which indicate the start and end 
; times. skip does nothing with a word in that slot. The rest of the rule
; is just put into pairs of names and values. Names are any ascii string,
; and values are what immediately follows the name and are specified by 
; #arg#. This can be displayed to the user. The end of the rules is 
; indicated by the string #rulesEnd# at the beginning of a line. #text# 
; indicates that the next argument #arg# is quoted text. The label here 
; will just be "Text"

speech "Speech event" #text# #arg# #skip# #start# #skip# #end# idNum #arg#

sketch "Sketch event"  #text# #arg# objType #arg# objID #arg# #skip# #start# #skip# #end# actionType #arg# idNum #arg#

no-gap "no gap" #start# #end#

gap    gap   #start# #end#

long-pause "long pause" #start# #end#

sketch-group "sketch group" #skip# #start# #skip# #end# objType #arg# objID #arg# groupID #arg# idNums #arg#

;; speech-action "speech action"  #skip# #start# #skip# #end# type #arg# equal #arg# identical #arg# touch #arg# number #arg#

sketch-unit  "sketch unit" #start# #end#

and-words-at "and words" #start# #end# numberOf #arg#

key-words-at "key words" #start# #end# numberOf #arg#

the-words-at "the words" #start# #end#

mumbled-words-at "mumbled words" #start# #end#

and-gaps "Gaps around and" #start# #end#

linked-by-mumbles "linked by mumbles" #start# #end#

repeat-words "Repeated words" #start# #end# num #arg#

time-and-shape-similar "Similar shapes at same time" #start# #end#

strong-group-link "strong group link" #start# #end#

;; a break rule -- a special type
break #skip# #time#


;; ada: for tms 
;; a isDependentOn rule -- used in the tms not relevant and should ignore
isDependentOn #skip# #skip#


;end of the rules
#rulesEnd#



