Description Usage Arguments Value References See Also Examples
Extract filled pause discourse connectors in context.
1 2 3 |
text.var |
The text variable. |
grouping.var |
The grouping variables. Also takes a single grouping variable or a list of 1 or more grouping variables. |
n.before |
The number of rows before the indexed occurrence. |
tot |
logical. If |
n.after |
The number of rows after the indexed occurrence. |
ord.inds |
logical. If |
markup |
A character vector of length two indicating the left (element
1) and right (element 2) boundary markers to use to highlight the filled pause
discourse connectors. Use |
name |
A string indicating the name to search for within the internal data sets, typically the function's name. Generally, for internal use. |
... |
Other arguments passed to |
Returns returns a list of 2:
counts |
A |
filled_pause |
A |
Ward, N. (2000, October). Issues in the Transcription of English Conversational Grunts. Proceedings of the 1st SIGdial Workshop on Discourse and Dialogue (pp. 29-35). Hong Kong: Association for Computational Linguistics. Retrieved from http://www.aclweb.org/anthology/W00-1004
Linguistic Data Consortium. (2004) Simple metadata annotation specification (MDE). University of Pennsylvania. Retrieved from http://www.itl.nist.gov/iad/mig/tests/rt/2004-fall/docs/SimpleMDE_V6.2-draft.pdf
1 2 3 4 5 6 7 | out <- with(pres_debates2012[1:2000, ], dc_filled_pause(dialogue, person))
out[1]
out[2]
plot(out)
## Save externally use .doc or .txt
## print(out[[2]], file="filled_pause.doc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.