-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Point reader to docstring in doc/formats/seq/textgrid.md
- Loading branch information
1 parent
9311d82
commit 6791de4
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
(textgrid)= | ||
|
||
# Praat .TextGrid files | ||
# Praat TextGrid files | ||
|
||
Annotation format saved by the [Praat](https://www.fon.hum.uva.nl/praat/) application. | ||
More details about annotating with Praat can be found here: | ||
Annotation file format saved by the [Praat](https://www.fon.hum.uva.nl/praat/) application. | ||
|
||
More details about annotating with Praat can be found here: | ||
<https://www.fon.hum.uva.nl/praat/manual/Intro_7__Annotation.html> | ||
The specification for TextGrid objects is here: | ||
|
||
The specification for TextGrid files is here: | ||
<https://www.fon.hum.uva.nl/praat/manual/TextGrid_file_formats.html> | ||
|
||
The annotations can be loaded with the following class: | ||
{py:class}`crowsetta.formats.seq.textgrid.TextGrid`. | ||
Please see that documentation for more details | ||
and examples of which TextGrid files | ||
crowsetta can parse, and how crowsetta can convert | ||
interval tiers from TextGrid files to | ||
{py:class}`crowsetta.Sequence` instances | ||
and {py:class}`crowsetta.Annotation` instances. |