cschenio / taiwanese-asr-moedict-crawler

The Moedict crawler for Taiwanese ASR project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run

./run.sh

Data Format

{
  "ogg": "String", "(the relative file path of the audio)"
  "t": "String",   "(the Taiwanese word)"
  "c": [           "(the parallel Chinese words, could be empty array)"
    "String",
    ...
  ]
}

About

The Moedict crawler for Taiwanese ASR project


Languages

Language:Ruby 78.8%Language:Shell 21.2%