Skip to content
Snippets Groups Projects
Commit 5b0b2aeb authored by Simon Devauchelle's avatar Simon Devauchelle
Browse files

ISSUE resolved : Loading SpeechDatasets

parent 8ce7c1b2
No related branches found
No related tags found
1 merge request!1Loading SpeechDatasets fixed
......@@ -44,7 +44,7 @@ include("manifest_io.jl")
include("dataset.jl")
# Supported corpora
include.("corpora/".*filter(contains(r".jl$"), readdir("src/corpora/")))
include.("corpora/".*filter(contains(r".jl$"), readdir(joinpath(dirname(@__FILE__), "corpora"))))
include("lexicons.jl")
......
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