Hi Marissa,
I am not sure if I understand correctly what you want. I have made two sample files. Here is the first one:
*MOT: child's word.
%spa: lowq-s
*MOT: something other .
%spa: lowq-s
*MOT: child's word.
%spa: refq-s
*MOT: something other .
%spa: refq-e
and here is the second one:
*MOT: child's word.
%spa: lowq-s
*MOT: something other .
%spa: refq-e
*MOT: child's word.
%spa: lowq-s
*MOT: something other .
%spa: refq-m
-----------------------------------
if I ran the following command, then I get result:
> rely +c -t* +t%spa +t*MOT +d Marissa1.cha Marissa2.cha
Marissa1.cha: # utterances examined: 4
Marissa2.cha: # utterances examined: 4
% of all utterances examined with matching codes %: 100.0000
Marissa1.cha: # words examined: 4
Marissa2.cha: # words examined: 4
# words (tokens, codes) matched: 3
% of all words examined with matching codes %: 75.0000
I believe it is a correct result, because all codes except for "refq-s" and "refq-m" match. Please note that the match is for the whole file and not based on what speaker utterances those code are associated with.
-----------------------------------
if I ran the following command, then I get result:
> rely +c -t* +t%spa +t*MOT +d Marissa1.cha Marissa2.cha +slowq-s
Marissa1.cha: total lowq-s: 2
Marissa2.cha: total lowq-s: 2
total lowq-s matched: 2
total lowq-s %: 100.0000
In this case RELY only looks at "lowq-s" codes and those two codes per file match exactly between two files.
-----------------------------------
if I ran the following command, then I get result:
> rely +c -t* +t%spa +t*MOT +d Marissa1.cha Marissa2.cha +s*-s
Marissa1.cha: total *-s: 3
Marissa2.cha: total *-s: 2
total *-s matched: 2
total *-s %: 66.6667
Again there are three codes with -s in the first file and there are only two codes in the second file.
Leonid.
-----------------------------------
I am attaching my two sample files here. If this is not what you wanted, then please explain in more details and maybe give me an example of what you are trying to achieve. Please email to me directly at
spe...@andrew.cmu.edu.
Leonid.