Skip to content

jonmay/ldcdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDC package downloading tool

By Jonathan May (jonmay@isi.edu) With substantial contributions by Alex Hedges (@aphedges)

March 4, 2016

Requirements:

  • Python 3.7
  • Installed requirements.txt
  • LDC login and password

Usage:

$ ./ldcdl.py -h
usage: ldcdl.py [-h] --outdir OUTDIR --corpus CORPUS [CORPUS ...] --login
                LOGIN

Get corpus from LDC.

optional arguments:
  -h, --help            show this help message and exit
  --outdir OUTDIR, -o OUTDIR
                        Output directory. (default: None)
  --corpus CORPUS [CORPUS ...], -c CORPUS [CORPUS ...]
                        Corpus name(s) (e.g. LDC99T42). (default: None)
  --login LOGIN, -l LOGIN
                        LDC username. (default: None)

$ ./ldcdl.py -o . -c LDC99T42 LDC95T7 -l my_login
Retrieved LDC99T42 to LDC99T42.tar.gz
Retrieved LDC95T7 to LDC95T7.tgz

About

Download files from LDC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages