KWAL search to pull user defined code

1 view
Skip to first unread message

Tracy Preza

unread,
Jul 25, 2024, 1:19:43 PM (2 days ago) Jul 25
to chibolts
Hello,
We want to pull a list utterances that we coded with a @z:se code at the end of a word.  I used the following command line to try to pull a list, but only some coded utterances are getting pulled, and some are not.

KWAL  @ +s*z:se* +t*CHI +d4

 For example, this command line successfully pulled the keyword of the coded utterance  in one transcript: 
*CHI: the brose@z:se [:rose] bushes were planted by the girl scouts yesterday .

But, it did not pull a keyword for another transcript :
*CHI: <some of> [/] (1.38) some of the kids dug a hole almost <two &+f two
feet two or fone@z:se [: one] &+f one feet> [//] two or one feet. 

Neither of these transcripts had errors (I ran checks) and I don't see any formatting differences between them. I also tried running a KWAL command to pick up a different word, and it worked fine. Is there a way to get the command to pick up up all the words tagged with a @z:se code in a batch of files? 

Thank you! 
Tracy 


Leonid Spektor

unread,
Jul 25, 2024, 1:37:05 PM (2 days ago) Jul 25
to chib...@googlegroups.com
Hi Tracy,

In the utterance with "fone@z:se [: one]" the word [: one] replaces the word "fone@z:se", so KWAL doesn't see the word with @z:se.
In the utterance with "brose@z:se [:rose]" the word [:rose] does not replace word "brose@z:se", because there is no space character after "[:". This should not have passed CHECK. You need to change the "[:rose]" to the "[: rose]".

Try command:

KWAL  @ +s*z:se* +t*CHI +d4 +r5

+r5 will prevent word's replacement with text in [: ...].


Leonid.

Neither of these transcripts had errors (I ran checks) and I don't see any formatting differences between them. I also tried running a KWAL command to pick up a different word, and it worked fine. Is there a way to get the command to pick up all the words tagged with a @z:se code in a batch of files? 

Thank you! 
Tracy 



--
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 view this discussion on the web visit https://groups.google.com/d/msgid/chibolts/ca9def4a-ea64-408c-aff0-a7319178ef7fn%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages