A transcript object contains the annotations of a loaded annotation file and some meta data . In addition, it contains information that is auto generated by the act package, which is necessary for some functions (e.g. the full text search)
nameCharacter string; [READ ONLY] Name of the transcript, generated from the annotation file name.
file.pathCharacter string; [READ ONLY] Original location of the annotation file.
file.encodingCharacter string; [READ ONLY] Encoding applied to the file when reading.
file.typeCharacter string; [READ ONLY] Type of the original annotation file/object, e.g. 'eaf' or 'textgrid' for files and 'rpraat' for a rPraat .TextGrid object.
file.contentCharacter string; [READ ONLY] Content of the original annotation file/object.
import.resultCharacter string; [READ ONLY] Information about the success of the import of the annotation file.
load.messageCharacter string; [READ ONLY] Possibly messages about errors that occurred on importing the annotation file.
length.secDouble; [READ ONLY] Duration of the transcript in seconds.
tiersData.frame; [READ ONLY] Table with the tiers. To modify the tiers it is highly recommended to use functions of the package to ensure for consistency of the data.
annotationsData.frame; Table with the annotations.
media.pathCharacter string; Path(s) to the media files that correspond to this transcript object.
normalization.systimePOSIXct; Time of the last normalization.
fulltext.systimePOSIXct; [READ ONLY] Time of the last creation of the full texts.
fulltext.filter.tier.namesVector of character strings; names of tiers that were included in the full text..
fulltext.bytime.origCharacter string; [READ ONLY] full text of the transcript based on the ORIGINAL content of the annotations, sorting the annotations by TIME
fulltext.bytime.normCharacter string; [READ ONLY] full text of the transcript based on the NORMALIZED content of the annotations, sorting the annotations by TIME
fulltext.bytier.origCharacter string; [READ ONLY] full text of the transcript based on the ORIGINAL content of the annotations, sorting the annotations first by TIERS and then by time
fulltext.bytier.normCharacter string; [READ ONLY] full text of the transcript based on the NORMALIZED content of the annotations, sorting the annotations first by TIERS and then by time
modification.systimePOSIXct; [READ ONLY] Time of the last modification of the transcript. Modifications after importing the annotation file by applying one/some of the packages function(s). Manual changes of the transcript by the user are not tracked!
historyList; [READ ONLY] History of the modifications made to the transcript object.
Some of the slots are defined by the user.
Other slots are [READ ONLY], which means that they can be accessed by the user but
should not be changed. They contain values that are filled when you execute functions
on the object.
library(act)
examplecorpus@transcripts[[1]]
Run the code above in your browser using DataLab