Skip to content

Instantly share code, notes, and snippets.

@nihemak
Created December 5, 2016 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nihemak/45c1eb65ffe369e8f4e2e6fbd817c105 to your computer and use it in GitHub Desktop.
Save nihemak/45c1eb65ffe369e8f4e2e6fbd817c105 to your computer and use it in GitHub Desktop.
# 英日翻訳の訓練データの元となるファイルをダウンロードするシェル
# 例文
wget http://downloads.tatoeba.org/exports/sentences.tar.bz2
tar xf sentences.tar.bz2
# -> sentences.csv
# 日本語索引
wget http://downloads.tatoeba.org/exports/jpn_indices.tar.bz2
tar xf jpn_indices.tar.bz2
# -> jpn_indices.csv
@nihemak
Copy link
Author

nihemak commented Dec 5, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment