You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like for features, LoaderConfig can be either the name of a loader, a Loader object, or a Config describing one. If not specified, dimcat will infer the suited loader in this order:
If the source contains datapackage.json files, use PackageLoader
If the source contains resource.json files, use ResourceLoader
If the source contains metadata.tsv or concatenated_metadata.tsv (i.e., likely a DCML corpus or otherwise parsed using ms3) use MuseScoreLoader
else, decide based on the detected file extensions
The text was updated successfully, but these errors were encountered:
Like for features, LoaderConfig can be either the name of a loader, a Loader object, or a Config describing one. If not specified, dimcat will infer the suited loader in this order:
datapackage.json
files, use PackageLoaderresource.json
files, use ResourceLoadermetadata.tsv
orconcatenated_metadata.tsv
(i.e., likely a DCML corpus or otherwise parsed usingms3
) use MuseScoreLoaderThe text was updated successfully, but these errors were encountered: