Finding all verb stems

25 views
Skip to first unread message

Lulu

unread,
Jan 24, 2014, 4:33:30 PM1/24/14
to chib...@googlegroups.com
Hello,

I would like to get a list of all the verb stems (including gerunds but excluding aux, mod, cop) used across multiple files. I'd also like the output (merged across files) to be directed to a separate file. After consulting this group earlier and reading the manual, I composed the following command (using the GUI and taking out aux etc manually):

freq +s"@|-v,|-part,r-*,o%" *.cha +u > verbstems.nohelpverbs

The output looked reasonable. But I'd really like to confirm with the experts here that I'm not doing it wrong.

Also, in response to my earlier post asking how to get all the verbs (my question wasn't very specific), Brian had given the following command:

freq +t%mor +s"v|*" *.cha +u

What does +t%mor do? Why do the +s parts look so different in the two commands (i.e., the use of @ and the reversed positions of v and |)?

Thanks a lot!

Best,
Lulu

Leonid Spektor

unread,
Jan 24, 2014, 9:23:28 PM1/24/14
to ChiBolts
Lulu,

There are two different ways to look for words on %mor tier. The simplest and with very little control is the following method:

+t%mor: +s"v|*"

That method uses basic +s option format and can be used to search for any word on any tier, that is why you need the "+t%mor" option to specify which tier you want FREQ to look at. But it will not give you much control to search for any particular element(s) and exclude other elements of complex structures like the ones found on %mor: tier.

The second method is +s@ option format. It is designed for searches on %mor: tiers only. If you want quick help for +s@ option, then just type command "freq +s@" in Commands window and press return key.

Your FREQ command seems to be correct. If you do not want results broken down by each speaker, then you can add +o3 option.

Leonid.



--
You received this message because you are subscribed to the Google Groups "chibolts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chibolts+u...@googlegroups.com.
To post to this group, send email to chib...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chibolts/186fd242-fb1a-4db7-8dac-f66d5240389e%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Lulu

unread,
Jan 29, 2014, 12:09:53 PM1/29/14
to chib...@googlegroups.com
Leonid,

Thanks so much!

Lulu
Reply all
Reply to author
Forward
0 new messages