<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Christine,<div><br><div>    This type of detailed conditional selection of lines for exclusion only works when there is a match, not when the criteria for exclusion involve a non-match, as in your case.  More generally, the best approach to this type of work is to rely not on CLAN, but on replacement using a regular expression matching program, such as BBEdit on Mac, or Perl or AWK on Unix.  Basically, you want to start by running MOR.  Then run LONGTIER to make sure that you remove all carriage returns from your %mor lines, since this simplifies things a lot.  Then you use a regular expression to look for %mor, followed by anything, then followed by "v|"  and for these you replace %mor with %vhs and then delete all %mor using KWAL (as you already know how to do).   In BBEdit, for example, the search string is</div><div><br></div><div>%mor(.*)v|</div><div>replace by</div><div>%vhs\1v|</div><div><br></div><div>Here the \1 is a copy of the (.*) of the search string.  Different programs handle the regular expression matches in different ways.</div><div><br></div><div>I have never found a good regular expression matching program for Windows, but maybe someone else knows of one.</div><div>Good luck with this,</div><div><br></div><div>-- Brian MacWhinney</div><div><br><div><div>On Sep 27, 2008, at 11:36 AM, Christine Czinglar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"> Hello,<br> <br> I would like to use the MOR program to help me code my files in a syntactic way (constituents or phrases) to analyse verb placement in second language acquisition of German. My coding scheme is too complex to be done automatically, but some help from the machine would be great. There are some frequent words (like adverbs and pronouns) that are already constituents and I can use MOR to insert these codes on a %mor tier that I later rename %vhs. This works fine.<br> <br> But I would also like to limit the insertion of this dependent tier %vhs to utterances that contain a verb. There is a real %mor-line (non-disambiguated but still), I could use for those purposes. Now I tried to limit MOR to utterances with +s"*v:*" on the "real" mor-line, but this doesn't work.<br> <br> But I hope there is some way to eliminate those dependent tiers afterwards, using CHSTRING or something like this. I tried KWAL:<br> <span style="font-size: 10pt; font-family: Tahoma;">kwal +t%mor -s"*v:*" prob-n24.mor.cex +o@ +o* +o% -o%vhs +d +f</span><br> <br> This deletes the right dependent tiers, but the output is restricted to utterances without verbs. I would like to keep my original file and have just those dependent lines deleted or renamed in that same file that go together with a mor line without verbs.<br> <br> Can CLAN do this? Does anybody have an idea?<br> <br> Best regards,<br> Christine<br> <pre class="moz-signature" cols="72">-- <br>Mag. Christine Czinglar<br>Lektorin<br><br>Katholische Péter-Pázmány-Universität<br>Pázmány Péter Katolikus Egyetem (PPKE)<br><br>Institut für Germanistik<br>Germanisztikai Intézet<br>
<br>Egyetem utca 1<br>H-2081 Piliscsaba<br>Ungarn<br><br>Web: <a class="moz-txt-link-freetext" href="http://homepage.univie.ac.at/christine.czinglar/">http://homepage.univie.ac.at/christine.czinglar/</a></pre></div><br> <br> <br></blockquote></div><br></div></div><br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "chibolts" group. <br> To post to this group, send email to chibolts@googlegroups.com <br> To unsubscribe from this group, send email to chibolts+unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/chibolts?hl=en <br> -~----------~----~----~----~------~----~------~--~---<br>
</body></html><br>