View source: R/transcripts_update_normalization.R
transcripts_update_normalization | R Documentation |
Normalizes the contents of transcriptions in a corpus object using a normalization matrix. Function returns a corpus object with normalized transcription and updates the original corpus object passed as argument to x.
transcripts_update_normalization( x, path_replacementMatrixCSV = "", transcriptNames = NULL, forceUpdate = FALSE )
x |
Corpus object. |
path_replacementMatrixCSV |
Character string; path to replacement matrix in CSV format. If empty, the default replacement matrix that comes with the package will be used. |
transcriptNames |
Vector of character strings; Names of the transcripts for which you want to search media files; leave empty if you want to search media for all transcripts in the corpus object. |
forceUpdate |
Logical; If |
library(act) examplecorpus <- act::transcripts_update_normalization(x=examplecorpus)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.