An open API service indexing awesome lists of open source software.

https://github.com/lnus/yt-ja-captions

this does stuff with youtube captions
https://github.com/lnus/yt-ja-captions

Last synced: about 1 year ago
JSON representation

this does stuff with youtube captions

Awesome Lists containing this project

README

          

# YouTube Caption Tagger

Caption processing and tagging for YouTube videos with Japanese captions.

## TO-DO

- [x] Get video metadata and captions
- [x] Extract captions and model to a structure
- [x] Segment the Japanese text
- [x] Compute frequency of words
- [x] Compare kanji against 常用漢字 (Jōyō kanji)
- [ ] Visualize frequency graph
- [ ] Visualize other interesting data
- [ ] Rank words/kanji based on JLPT level (maybe, data is kinda *meh* to find)
- [ ] Rank entire video captions based on frequency and difficulty
- [ ] Store the output in a reasonable way
- [ ] Decide if to make this a package or add a REST API