Praat TextGrid Objects in R
Find intervals within an IntervalTier.
Find points within a PointTier.
Access the slots of IntervalTier objects.
IntervalTier S4 class for Praat TextGrids.
Create an instance of the IntervalTier class.
Access the slots of PointTier objects.
PointTier S4 class for Praat TextGrids.
Create an instance of the PointTier class.
Access the slots of TextGrid objects.
TextGrid S4 class for Praat TextGrids.
Create an instance of the TextGrid class.
textgRid: Praat TextGrid Objects in R
Methods for Tier
objects.
Tier S4 class for Praat TextGrids.
The software application Praat can be used to annotate waveform data (e.g., to mark intervals of interest or to label events). (See <http://www.fon.hum.uva.nl/praat/> for more information about Praat.) These annotations are stored in a Praat TextGrid object, which consists of a number of interval tiers and point tiers. An interval tier consists of sequential (i.e., not overlapping) labeled intervals. A point tier consists of labeled events that have no duration. The 'textgRid' package provides S4 classes, generics, and methods for accessing information that is stored in Praat TextGrid objects.
Useful links