example_textgrid | R Documentation |
Locate the path of an example textgrid file
example_textgrid(which = 1)
which |
index of the textgrid to load |
This function is a wrapper over system.file()
to locate the
paths to bundled textgrids. These files are used to test or demonstrate
functionality of the package.
Two files are included:
"Mary_John_bell.TextGrid"
- the default TextGrid created by Praat's
Create TextGrid command. This file is saved as UTF-8 encoding.
"utf_16_be.TextGrid"
- a TextGrid with some IPA characters entered using
Praat's IPA character selector. This file is saved with UTF-16 encoding.
"nested-intervals.TextGrid"
- A textgrid containing an "utterance"
tier, a "words"
tier, and a "phones"
tier. This file is typical of
forced alignment textgrids where utterances contain words which contain
speech segments. In this case, alignment was made by hand so that word
and phone boundaries do not correspond exactly.
Path of "Mary_John_bell.TextGrid"
bundled with the readtextgrid
package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.