crowsetta.data.data.available_formats

crowsetta.data.data.available_formats#

crowsetta.data.data.available_formats() list[source]#

Return list of string names of annotation formats that have built-in sample data available.

Any of the names in the returned list can be passed into crowsetta.data.get to get a path to an annotation file in that format.

Returns:

data_list – List of names of formats that have built-in sample data available.

Return type:

list

Examples

>>> crowsetta.data.available_formats()
['aud-bbox', 'aud-seq', 'birdsong-recognition-dataset', 'generic-seq', 'notmat', 'raven', 'simple-seq', 'textgrid', 'timit']  # noqa