Skip to content

Commit

Permalink
Multilingual corpora point to non-existent Git repos (#813)
Browse files Browse the repository at this point in the history
In the multilingual corpora definitions, ISWOC and TOROT point to non-existent Git repo URLs, which will cause the `CorpusImporter` to fail if they're used. I've changed these to what appear to be the correct URLs under the CLTK GitHub org.
  • Loading branch information
ryanfb authored and kylepjohnson committed Jul 31, 2018
1 parent 5574600 commit 009aad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cltk/corpus/multilingual/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
'markup': ['conll', 'xml'],
'location': 'remote',
'type': 'treebank',
'origin': 'https://github.com/cltk/multilingual_treebank_iswoc.git',
'origin': 'https://github.com/cltk/iswoc-treebank.git',
'name': 'multilingual_treebank_iswoc'},
{'encoding': 'utf-8',
'markup': ['conll', 'xml'],
'location': 'remote',
'type': 'treebank',
'origin': 'https://github.com/cltk/multilingual_treebank_torot.git',
'origin': 'https://github.com/cltk/treebank-releases.git',
'name': 'multilingual_treebank_torot'},
]

0 comments on commit 009aad3

Please sign in to comment.