tg.repairContinuity {rPraat} | R Documentation |
tg.repairContinuity
Description
Repairs problem of continuity of T2 and T1 in interval tiers. This problem is very rare and it should not appear. However, e.g., automatic segmentation tool Prague Labeller produces random numeric round-up errors featuring, e.g., T2 of preceding interval is slightly higher than the T1 of the current interval. Because of that, the boundary cannot be manually moved in Praat edit window.
Usage
tg.repairContinuity(tg, verbose = TRUE)
Arguments
tg |
TextGrid object |
verbose |
[optional, default=TRUE] If |
Value
TextGrid object
See Also
Examples
## Not run:
tgProblem <- tg.sampleProblem()
tgNew <- tg.repairContinuity(tgProblem)
tg.write(tgNew, "demo_problem_OK.TextGrid")
## End(Not run)
[Package rPraat version 1.3.2-1 Index]