Giter Site home page Giter Site logo

corpus_python-jpn's Introduction

corpus_Python-JPN

NMT モデル構築にあたって必要なデータ置き場

  • 対訳コーパス
  • SentencePiece モデル
  • 学習済みNMT モデル (Terrier 実験用)

対訳コーパス一覧

AOJ (JPN)

  • AOJ から集めたソースコードをKotonoha で変換したもの

conala (ENG)

django (ENG)

DS (JPN)

  • pandas/matplotlib/sklearn のソースコードに対して、人手で対訳を付与したもの

euler (ENG)

ディレクトリ構成 (抜粋)

.
├── AOJ-all2.pt (Terrier 実験用の仮NMT モデル)
├── Corpus-AOJ
│   ├── all.py (対訳コーパスの作成元のPython コード)
│   ├── line-by-line (行単位の対訳コーパス)
│   │   ├── AOJ.tsv (元ファイル)
│   │   ├── AOJ_all.tsv (変数名/リテラルの両方に特殊トークンを付与)
│   │   ├── AOJ_name.tsv (変数名のみに特殊トークンを付与)
│   │   └── AOJ_orig.tsv (特殊トークンの付与なし)
│   └── predict-result (PRO134 論文執筆時の翻訳結果 (仮置き))
│       └── JPN2Py
│           ├── all.tsv
│           └── orig.tsv
├── Corpus-DS
│   └── DS.tsv
├── Corpus-conala
│   ├── conala-json (row data)
│   │   ├── conala-test.json
│   │   └── conala-train.json
│   ├── conala.tsv (row data からtsv に変換したもの)
│   ├── conala_all.tsv
│   ├── conala_orig.tsv
│   └── make_conala_tsv.py (tsv 変換時のスクリプト)
├── Corpus-django
│   ├── django_orig.tsv
│   ├── en-django-all (row data)
│   │   ├── all.anno
│   │   └── all.code
│   └── make_django_tsv.py (tsv 変換時のスクリプト)
├── Corpus-euler
│   ├── block (ブロック単位の対訳コーパス)
│   │   ├── euler_all.tsv
│   │   ├── euler_before.tsv
│   │   ├── euler_name.tsv
│   │   └── euler_orig.tsv
│   ├── euler-before.tsv (?)
│   ├── euler-block.tsv (?)
│   ├── ja-euler (row data)
│   │   ├── euler02.py
│   │   ├── euler03.py
│   │   ├── ...
│   └── line-by-line (行単位の対訳コーパス)
│       ├── euler_all.tsv
│       ├── euler_before.tsv
│       ├── euler_name.tsv
│       └── euler_orig.tsv
│   ├── make_euler_tsv.py (tsv 変換時のスクリプト)
├── p3 (Python リファレンスから学習したSP モデル)
│   ├── p3.model
│   └── p3.vocab
└── prog8k (Wikiapedia のPL に関連のある記事から学習したSP モデル)
    ├── prog8k.model
    └── prog8k.vocab

corpus_python-jpn's People

Contributors

y-akinobu avatar obrmmk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.