<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Stephanie,<div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span>If you want to analyze data from our server, then we have many data choices that already have been tagged with MOR grammar. Our data is located on one of two servers at URLs:</div><div><br></div><div><a href="http://childes.talkbank.org/data/">http://childes.talkbank.org/data/</a></div><div><a href="http://talkbank.org/data/local.html">http://talkbank.org/data/local.html</a></div><div><br></div><div>If you look at "<a href="http://childes.talkbank.org/data/">http://childes.talkbank.org/data/</a>" web page, you will see data names with "-MOR" string. This data has MOR tags. You just need to download it and run FREQ commands to compute frequency of nouns and verbs. I will give an example of the FREQ commands later. First you need to decide which words exactly do you consider to be nouns and verbs. To give you better explanation I would recommend that you download English or your choice language grammar from our server at URL:</div><div><br></div><div><a href="http://childes.talkbank.org/morgrams/">http://childes.talkbank.org/morgrams/</a></div><div><br></div><div>I  will use English data as an example, because you did not specify which language you are interested in. After you download MOR grammar from web link above you will unzip it. In case of English grammar you will get "eng" folder and move it to hard disk to preferably "CLAN" folder. If you are using Mac, then it will go into "/Applications/CLAN" folder and if you are using Windows PC, then it will go into "c:\TalkBank\CLAN" folder. If you installed CLAN in custom location, then you know where CLAN is located on your computer. Now open folder "eng/lex". Here you will see files that combine words into groups of particular parts of speech. You can see that there a number of files with "n-" and "v-" string. This is where deciding which words are nouns and which are verbs comes in. For example absolutely all verbs and all nouns can be found with this FREQ command:</div><div><br></div><div>freq +s"@|-n,|n:*,|-v,|-cop,|-aux,|-mod,|-mod:*,|-part"  *.cha</div><div><br></div><div>This search includes nouns, pronouns, verbs, auxiliary and participle verbs and other variations of nouns and verbs. You can open each file in "eng/lex" folder to see a list of all words of each part of speech.</div><div><br></div><div>If you do not want to include pronouns or other variations of nouns in your count, then you would use command:</div><div><br></div><div>freq +s"@|-n,|-v,|-cop,|-aux,|-mod,|-mod:*,|-part"  *.cha</div><div><br></div><div>In the purest form nouns and verbs are counted with this command:</div><div><br></div><div><div>freq +s"@|-n,|-v"  *.cha</div></div><div><br></div><div>But, if you want to count auxiliary and participle verbs along with basic verbs, then  use this command:</div><div><br></div><div>freq +s"@|-n,|-v,|-aux,|-part"  *.cha</div><div><br></div><div>As you can see you can fine tune your search to your particular specifications. All above FREQ command will output the whole form of each words. If you want to know only the count of each part of speech, then replace above four commands with following four commands:</div><div><br></div><div>freq +s"@|-n,|n:*,|-v,|-cop,|-aux,|-mod,|-mod:*,|-part,o-%"  *.cha<br>freq +s"@|-n,|-v,|-cop,|-aux,|-mod,|-mod:*,|-part,o-%"  *.cha<br>freq +s"@|-n,|-v,o-%" *.cha<br>freq +s"@|-n,|-v,|-aux,|-part,o-%" <br><br></div><div>There are simpler ways to look for verbs and nouns with FREQ command, but the more complex search patterns in above commands give you most precision. If you want to see the meaning of all those "|-" and "o-" symbol, then just type "freq +s@" command or for even more explanation look in CLAN manual.</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">    </span>If you want to analyze your own data or data that doesn't have MOR tags, then after you download and unzip MOR grammar you need to set "mor lib" directory to the location on hard drive where you placed the grammar folder. In my example above it will be on Mac "/Applications/CLAN/eng" folder and on PC "c:\TalkBank\CLAN\eng" folder. In CLAN's "Commands" window click on the button "mor lib", navigate to location of language grammar on your computer's hard drive and select that folder. Now you need to run two following commands:</div><div><br></div><div>mor +1 *.cha</div><div>post +1 *.cha</div><div><br></div><div>This will add "%mor" tier to all your data files and you will be ready to run your analyzes. If you have any CLAN questions, then please post them to the <a href="mailto:chibolts@googlegroups.com">chibolts@googlegroups.com</a> address and some will be able to help you.</div><div><br></div><div><br></div><div><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-family: Helvetica; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Leonid.</div><div><br></div></div></div></div></div><br class="Apple-interchange-newline">
</div>
<br><div><div>On Oct 16, 2013, at 11:27, <a href="mailto:stephanie.ciappara@gmail.com">stephanie.ciappara@gmail.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<br><br>I'm new to the CHILDES community. I've been reading the CLAN Manual but I would like to ask a question. I would like to analyse the frequency of nouns and verbs. I do not seem to be using the correct command and I cannot seem to find it. Could you please guide me when I should look please?<br><br>Could you also tell me where I should download MOR please as if I understood I need to download it separately and it is needed to analysis the nouns and verbs.<br><br>Thank you for your help<br><br>Stephanie<br></div><div><br class="webkit-block-placeholder"></div>

-- <br>
You received this message because you are subscribed to the Google Groups "Info-CHILDES" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:info-childes+unsubscribe@googlegroups.com">info-childes+unsubscribe@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:info-childes@googlegroups.com">info-childes@googlegroups.com</a>.<br>
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/info-childes/378b4439-6551-473c-bc8d-7ed81bb85a1a%40googlegroups.com">https://groups.google.com/d/msgid/info-childes/378b4439-6551-473c-bc8d-7ed81bb85a1a%40googlegroups.com</a>.<br>
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br>
</blockquote></div><br></div></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 chibolts+unsubscribe@googlegroups.com.<br />
To post to this group, send email to chibolts@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/chibolts/ADFC99FA-23C9-4A42-BF03-E4326368FF07%40andrew.cmu.edu">https://groups.google.com/d/msgid/chibolts/ADFC99FA-23C9-4A42-BF03-E4326368FF07%40andrew.cmu.edu</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />