View source: R/transcripts_update_fulltexts.R
transcripts_update_fulltexts | R Documentation |
Creates/updates the full texts of the transcripts in a corpus. The full text may be created in two different ways:
The contents of a transcription will be joined consecutively based on the time information.
The contents of each tier will be joined consecutively, and then the next tier will be joined.
transcripts_update_fulltexts( x, searchMode = c("fulltext", "fulltext.bytier", "fulltext.bytime"), transcriptNames = NULL, tierNames = NULL, forceUpdate = FALSE )
x |
Corpus object. |
searchMode |
Character string; Which full text should be created; accepts the following values: |
transcriptNames |
Vector of character strings; Names of the transcripts you want to update; leave empty if you want to process all transcripts that need an update. |
tierNames |
Vector of character strings; Names of the tiers to include in the fulltext. |
forceUpdate |
Logical; If |
Corpus object.
library(act) examplecorpus <- act::transcripts_update_fulltexts(x=examplecorpus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.