Skip to content
Snippets Groups Projects
Commit 936aa412 authored by Nicolas Denier's avatar Nicolas Denier
Browse files

remove paths

parent 2fea769a
No related branches found
No related tags found
No related merge requests found
# SpeechCorpora.jl
# SpeechDatasets.jl
A Julia package to download and prepare speech corpus.
......
# SPDX-License-Identifier: CECILL-2.1
const AUDIO_PATH = "/vol/work1/rilliard/diachronie/normal"
const TRANSCRIPTION_PATH = "/vol/work1/rilliard/diachronie/whisper_diachronik/fr/tc_trs__modified"
function checkdir(dir::AbstractString)
isdir(dir) || throw(ArgumentError("$dir is not an existing directory"))
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment