- pathsAnnotationFiles
Vector of character strings; paths to annotations files or folders that contain annotation files.
- pathsMediaFiles
Vector of character strings; paths to media files or folders that contain media files.
- name
Character string; name of the corpus to be created.
- importFiles
Logical; if TRUE
annotation files will be imported immediately when the function is called, if FALSE
corpus object will be created without importing the annotation files.
- skipDoubleFiles
Logical; if TRUE
transcripts with the same names will be skipped (only one of them will be added), if FALSE
transcripts will be renamed to make the names unique.
- createFullText
Logical; if TRUE
full text will be created.
- assignMedia
Logical; if TRUE
the folder(s) specified in @paths.media.files
of your corpus object will be scanned for media.
- pathNormalizationMatrix
Character string; path to the replacement matrix used for normalizing the annotations; if argument left open, the default normalization matrix of the package will be used.
- namesInclude
Vector of character strings; Only files matching this regular expression will be imported into the corpus.
- namesExclude
Vector of character strings; Files matching this regular expression will be skipped and not imported into the corpus.
- namesSearchPatterns
Vector of character strings; Search pattern as regular expression. Leave empty for no search-replace in the names.
- namesSearchReplacements
Vector of character strings; Replacements for search. Leave empty for no search-replace in the names.
- namesToUpperCase
Logical; Convert transcript names all to upper case.
- namesToLowerCase
Logical; Convert transcript names all to lower case.
- namesTrim
Logical; Remove leading and trailing spaces in names.
- namesDefaultForEmptyNames
Character string; Default value for empty transcript names (e.g., resulting from search-replace operations)