Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darashi/daihon
A transcript viewer for speech corpus recording
https://github.com/darashi/daihon
Last synced: 28 days ago
JSON representation
A transcript viewer for speech corpus recording
- Host: GitHub
- URL: https://github.com/darashi/daihon
- Owner: darashi
- License: mit
- Created: 2022-08-05T06:25:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T23:25:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T08:12:19.695Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://darashi.github.io/daihon
- Size: 418 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# daihon
A transcript viewer for speech corpus recording
To see it in action, please visit:
https://darashi.github.io/daihon
Supported corpora:
* [ITA Corpus](https://github.com/mmorise/ita-corpus)
* [ROHAN4600](https://github.com/mmorise/rohan4600)## Shortcut Keys
* Left Arrow Key: prev
* Right Arrow Key: next## Develop
git clone --recursive https://github.com/darashi/daihon
npm install
npm run dev