Skip to content

Commit

Permalink
line break for overlong lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoh committed Jan 10, 2021
1 parent 028c9ab commit 444a8ab
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions audiomate/corpus/io/swc.py
Expand Up @@ -13,9 +13,12 @@


URLS = {
'de': 'https://corpora.uni-hamburg.de/hzsk/de/islandora/object/file:swc-2.0_de-with-audio/datastream/TAR/de-with-audio.tar',
'en': 'https://corpora.uni-hamburg.de/hzsk/de/islandora/object/file:swc-2.0_en-with-audio/datastream/TAR/en-with-audio.tar',
'nl': 'https://corpora.uni-hamburg.de/hzsk/de/islandora/object/file:swc-2.0_nl-with-audio/datastream/TAR/nl-with-audio.tar'
'de': 'https://corpora.uni-hamburg.de/hzsk/de/islandora/object/file:swc-2.0_de-with-audio/datastream/'
'TAR/de-with-audio.tar',
'en': 'https://corpora.uni-hamburg.de/hzsk/de/islandora/object/file:swc-2.0_en-with-audio/datastream/'
'TAR/en-with-audio.tar',
'nl': 'https://corpora.uni-hamburg.de/hzsk/de/islandora/object/file:swc-2.0_nl-with-audio/datastream/'
'TAR/nl-with-audio.tar'
}

READER_NAME_PATTERN = re.compile(r'user_name\s+=\s+(.*?)\n')
Expand Down

0 comments on commit 444a8ab

Please sign in to comment.