<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Alex,<br>
        <br>
        This is a bug in FREQ. When you excluded speaker and send result
    to spreadsheet FREQ disregarded @ID header. I have fixed this bug
    and you can download new CLAN from talkbank.org.<br>
    <br>
    One comment about installing CLAN. CLAN installer does not delete
    anything in CLAN folder on your computer. It only installs files
    that are in CLAN distribution package. The reason for this is that
    people often put their data and other files inside CLAN folder and
    we do not want to delete users own files. You mentioned "tutorial
    folder (provided in the CLAN folder)". CLAN does not come with
    tutorial, someone must have placed that tutorial inside CLAN folder
    at some time before. If you want to get only files that come with
    CLAN, then we suggest that you delete your current CLAN folder
    before installing new update.
    <pre class="moz-signature" cols="72">

Leonid.

</pre>
    <div class="moz-cite-prefix">On 13-04-17 14:19, A Cristia wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:afd7d9aa-853e-48a6-8172-037e6c7209c8@googlegroups.com">
      <div dir="ltr">Dear all,<br>
        <br>
        I'm trying to get counts of word tokens by different speakers,
        classified by their role (mother, father, adult, brother, etc.)
        Since role information is specified in the header, I thought I
        could just do<br>
        <br>
        freq -t*CHI  +d3 +f"_TEST_" @<br>
        <br>
        However, when I ran it for instance on the 04daniel.cha file
        provided in the tutorial folder (provided in the CLAN folder), I
        get the following output:<br>
        <style>table {  }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }</style>
        <table style="border-collapse: collapse;width:910pt" width="910"
          cellspacing="0" cellpadding="0" border="0">
          <colgroup><col style="width:65pt" width="65" span="14"> </colgroup><tbody>
            <tr style="height:15.0pt" height="15">
              <td style="height:15.0pt;width:65pt" width="65"
                height="15">File</td>
              <td style="width:65pt" width="65">Language</td>
              <td style="width:65pt" width="65">Corpus</td>
              <td style="width:65pt" width="65">Speaker</td>
              <td style="width:65pt" width="65">Age</td>
              <td style="width:65pt" width="65">Sex</td>
              <td style="width:65pt" width="65">Group</td>
              <td style="width:65pt" width="65">SES</td>
              <td style="width:65pt" width="65">Role</td>
              <td style="width:65pt" width="65">Education</td>
              <td style="width:65pt" width="65">Custom field</td>
              <td style="width:65pt" width="65">Types</td>
              <td style="width:65pt" width="65">Token</td>
              <td style="width:65pt" width="65">TTR</td>
            </tr>
            <tr style="height:15.0pt" height="15">
              <td colspan="6" style="height:15.0pt;mso-ignore:colspan"
                height="15">This TTR number was not calculated on the
                basis of %mor line forms.</td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
            </tr>
            <tr style="height:15.0pt" height="15">
              <td colspan="5" style="height:15.0pt;mso-ignore:colspan"
                height="15">If you want a TTR based on lemmas, run FREQ
                on the %mor line.</td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
              <td><br>
              </td>
            </tr>
            <tr style="height:15.0pt" height="15">
              <td style="height:15.0pt" height="15">04daniel,/Users/acristia/Desktop/04daniel</td>
              <td>.</td>
              <td>.</td>
              <td>*INV:</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td align="right">22</td>
              <td align="right">25</td>
              <td>0.880</td>
            </tr>
            <tr style="height:15.0pt" height="15">
              <td style="height:15.0pt" height="15">04daniel,/Users/acristia/Desktop/04daniel</td>
              <td>.</td>
              <td>.</td>
              <td>*PAR:</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td>.</td>
              <td align="right">50</td>
              <td align="right">71</td>
              <td>0.704</td>
            </tr>
          </tbody>
        </table>
        <br>
        <br>
        Notice that role information (and even language and corpus) are
        missing.<br>
        <br>
        The header in the .cha file looks correct to me:<br>
        @ID:    eng|CalvinCookies|PAR|||||Participant|||<br>
        @ID:    eng|CalvinCookies|INV|||||Investigator|||<br>
        <br>
        Compare the example from the CHAT manual (p.21):<br>
        <div class="page" title="Page 21">
          <div class="layoutArea">
            <div class="column">
              <p><span style="font-size: 10.000000pt; font-family:
                  'Courier'; font-weight: 700">@ID:
                  eng|macwhinney|CHI|2;10.10||||Target_Child||| <br>
                </span></p>
              <p><span style="font-size: 10.000000pt; font-family:
                  'Courier'; font-weight: 700">@ID:
                  eng|macwhinney|FAT|35;2.||||Target_Child|||
                </span></p>
            </div>
          </div>
        </div>
        <br>
        I've just downloaded the latest version of CLAN; I'm on a mac.<br>
        <br>
        Thank you in advance,<br>
        <br>
        Alex<br>
        <br>
        <br>
        <style>table {  }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }</style></div>
      -- <br>
      You received this message because you are subscribed to the Google
      Groups "chibolts" group.<br>
      To unsubscribe from this group and stop receiving emails from it,
      send an email to <a
        href="mailto:chibolts+unsubscribe@googlegroups.com"
        moz-do-not-send="true">chibolts+unsubscribe@googlegroups.com</a>.<br>
      To post to this group, send email to <a
        href="mailto:chibolts@googlegroups.com" moz-do-not-send="true">chibolts@googlegroups.com</a>.<br>
      To view this discussion on the web visit <a
href="https://groups.google.com/d/msgid/chibolts/afd7d9aa-853e-48a6-8172-037e6c7209c8%40googlegroups.com?utm_medium=email&utm_source=footer"
        moz-do-not-send="true">https://groups.google.com/d/msgid/chibolts/afd7d9aa-853e-48a6-8172-037e6c7209c8%40googlegroups.com</a>.<br>
      For more options, visit <a
        href="https://groups.google.com/d/optout" moz-do-not-send="true">https://groups.google.com/d/optout</a>.<br>
    </blockquote>
    <br>
  </body>
</html>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "chibolts" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:chibolts+unsubscribe@googlegroups.com">chibolts+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:chibolts@googlegroups.com">chibolts@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/c5f10fea-d223-5ed4-6b63-5ae12c9ed58b%40andrew.cmu.edu?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/chibolts/c5f10fea-d223-5ed4-6b63-5ae12c9ed58b%40andrew.cmu.edu</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />