<div dir="ltr">Thank you for the advice! By uninstalling and then reinstalling CLAN, the code worked; there was indeed a version incompatibility with the function.<br><br><div>Thanks again for your time.<br><br></div><div>Best regards,<br><br>Sophie <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 9 août 2024 à 21:52, Leonid Spektor <<a href="mailto:spektor@andrew.cmu.edu">spektor@andrew.cmu.edu</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div>There something corrupted in CLAN's setup on your PC. I have just tried the same command on my Windows 11 and it works. The "UD_features.cut" file should be located in directory "C:\talkbank\clan\lib\fixes\". Maybe that file did not get installed on your PC. Please make sure that "UD_features.cut" file is where it is supposed to be on your PC. Please, let me know if it not there. Otherwise, try solutions below.<div><br></div><div>Please make sure that CLAN version is "V 09-Jul-2024 11:00". You can get version number with menu "Help->About Clan...". Sometimes installer fails to install the latest version for some reason.</div><div><br></div><div>Please try to reset CLAN options with menu "Edit->Reset options". Just follow prompts it gives you and quit CLAN completely immediately when done.</div><div><br></div><div>If  reseting options does not help, then please do clean install of CLANWin. You can use PC's "Settings->Apps->Installed apps" window to uninstall CLAN. Then re-install new CLANWin again.<br id="m_96015223956782062lineBreakAtBeginningOfMessage"><div>
<div style="color:rgb(0,0,0);font-family:Arial;font-size:16px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br><br></div><div style="color:rgb(0,0,0);font-family:Arial;font-size:16px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none">Leonid.</div>

</div>
<div><br><blockquote type="cite"><div>On Aug 9, 2024, at 15:17, Fagniart Sophie <<a href="mailto:sophie.fagniart@gmail.com" target="_blank">sophie.fagniart@gmail.com</a>> wrote:</div><br><div><div dir="ltr"><p>Thank you for your clarifications. Unfortunately, this code doesn't work; the software doesn't find any matching occurrences, whereas the same code, <code>freq +o3 +s"0det" +c7 *.cha</code>, simplified without the space and the * symbol, works (but I don't get the following words). I updated my software, as my version dated back to 2022, in case this syntax is only supported by a recent version. However, I received the following error message:</p><blockquote><p><i>"freq +o3 +s"0det *" +c7 *.cha<br>Can't open either one of the UD features codes list files:<br>"UD_features.cut", "C:\TalkBank\CLAN\lib\UD_features.cut"<br>Check to see if lib directory is set correctly. It is located next to CLAN application.</i></p></blockquote><p><i>Lib directory can be set in "Commands" window with "lib" button to<br>"C:\TalkBank\CLAN\lib" directory, for example."</i></p><p><br></p><p>The "lib" folder is correctly set.<br>Do you think it was justified to update the software (knowing that I didn’t use the UD system for my annotations), and if so, do you have any idea how to unblock the situation?<br>Thank you for your patience and availability.<br>Best regards</p></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 9 août 2024 à 17:16, Leonid Spektor <<a href="mailto:spektor@andrew.cmu.edu" target="_blank">spektor@andrew.cmu.edu</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div>Try commands that I recommended in my previous email. For example:<div><br></div><div>freq +o3 +s"0det *" +c7 *.cha</div><div><br></div><div>will give you output:</div><div><br></div><div>1 0det dog</div><div><br></div><div>Note that +s option has (0det) followed by a space character  followed by (*) character surrounded by double quotes (") character.</div><div><br></div><div><div><br style="font-family:Arial;font-size:16px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Arial;font-size:16px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline">Leonid.</span>

</div>
<div><br><blockquote type="cite"><div>On Aug 7, 2024, at 10:12, Fagniart Sophie <<a href="mailto:sophie.fagniart@gmail.com" target="_blank">sophie.fagniart@gmail.com</a>> wrote:</div><br><div><div dir="ltr"><p>Thank you for your response.</p><p>This code:</p><pre><div><div dir="ltr"><code>freq +o3 +s<span>"0det"</span> *.cha @
</code></div></div></pre><p>had already worked and allowed me to get the number of occurrences of the targeted error. However, I would like to obtain, for each subject, the list of words that follow this error.</p><p>For example:</p><pre><div><div dir="ltr"><code>CHI* : 0det dog
</code></div></div></pre><p>To have, in the form of a table or a list, all the words that followed this error (in the example "dog"), per transcription.</p><p>Is this possible? </p><p>Thank you in advance.</p></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 7 août 2024 à 15:13, Leonid Spektor <<a href="mailto:spektor@andrew.cmu.edu" target="_blank">spektor@andrew.cmu.edu</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hi Sophie,<div><br></div><div><span style="white-space:pre-wrap">  </span>There are numerous ways to do it. Here are some commands that you can try:</div><div><br></div><div>freq +s"0_* *" +c7 *.cha</div><div><div>freq +o3 +s"0_* *" +c7 *.cha</div></div><div><br></div>add +d option to show where in the file those items occur<br><div>add +f option to save results to an output file</div><div><div><div>add +u option to get combined results for all files</div><div></div><div><br></div><div><br></div><br style="font-family:Arial;font-size:16px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="font-family:Arial;font-size:16px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline">Leonid.</span>

</div>
<div><br><blockquote type="cite"><div>On Aug 7, 2024, at 08:13, <a href="mailto:sophie.fagniart@gmail.com" target="_blank">sophie.fagniart@gmail.com</a> wrote:</div><br><div>Hello everyone,<div><br>I am looking for a procedure that would allow me to display all the words following a specific error mention. More precisely, I would like to be able to go through all my transcripts and obtain a list of all words following a mention of omission "0det" in the %CHI tier, if possible, per transcript. Does such a formula exist?<br><br>Thank you in advance for your help.<br><br>Best regards,<br><br>Sophie Fagniart<br></div><div><br></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" target="_blank">chibolts+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/5533401b-ff7d-408f-93b6-82a7cab279f2n%40googlegroups.com?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/chibolts/5533401b-ff7d-408f-93b6-82a7cab279f2n%40googlegroups.com</a>.<br>
</div></blockquote></div><br></div></div><div><br></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" target="_blank">chibolts+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/A18CC933-A461-4DD9-8293-776A269EC54A%40andrew.cmu.edu?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/chibolts/A18CC933-A461-4DD9-8293-776A269EC54A%40andrew.cmu.edu</a>.<br>
</blockquote></div><div><br></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" target="_blank">chibolts+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/CAEz7kUweRTYpnapeQLsPNcrug5YKC6JcTaN7PuAhHQEkCjxt2A%40mail.gmail.com?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/chibolts/CAEz7kUweRTYpnapeQLsPNcrug5YKC6JcTaN7PuAhHQEkCjxt2A%40mail.gmail.com</a>.<br>
</div></blockquote></div><br></div></div><div><br></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" target="_blank">chibolts+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/5A2F2272-4B48-41AE-B03D-6D85E505DE70%40andrew.cmu.edu?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/chibolts/5A2F2272-4B48-41AE-B03D-6D85E505DE70%40andrew.cmu.edu</a>.<br>
</blockquote></div><div><br></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" target="_blank">chibolts+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/CAEz7kUw9Oc6z9xMy5CbzRBU1czyHRk_2HAYo3n2f1O-ydd3J6w%40mail.gmail.com?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/chibolts/CAEz7kUw9Oc6z9xMy5CbzRBU1czyHRk_2HAYo3n2f1O-ydd3J6w%40mail.gmail.com</a>.<br>
</div></blockquote></div><br></div></div>

<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" target="_blank">chibolts+unsubscribe@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/1DC0ACE1-822D-4D10-8BDF-B86C80C6785E%40andrew.cmu.edu?utm_medium=email&utm_source=footer" target="_blank">https://groups.google.com/d/msgid/chibolts/1DC0ACE1-822D-4D10-8BDF-B86C80C6785E%40andrew.cmu.edu</a>.<br>
</blockquote></div>

<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 view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/CAEz7kUwnbd%2BQeYpt-QJaU7QRUdWt7bXxqr-pzyre%3DwZ9Tv3M1g%40mail.gmail.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/chibolts/CAEz7kUwnbd%2BQeYpt-QJaU7QRUdWt7bXxqr-pzyre%3DwZ9Tv3M1g%40mail.gmail.com</a>.<br />