Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: CSV #14

Open
bulvara opened this issue Jul 15, 2022 · 3 comments
Open

Feature request: CSV #14

bulvara opened this issue Jul 15, 2022 · 3 comments

Comments

@bulvara
Copy link

bulvara commented Jul 15, 2022

A CSV just with the most important data locale, totalHrs, validHrs and nr_of_voices would be great.

@kiufta
Copy link

kiufta commented Sep 22, 2022

I'm using cat $cv_corpus.json | jq -r '.locales | keys[] as $k | "\($k),\(.[$k] | .validHrs)"'

@HarikalarKutusu
Copy link

Nice one-liner, but unfortunately not cross-platform/language.

@HarikalarKutusu
Copy link

HarikalarKutusu commented Dec 22, 2022

@bulvara, I implemented the following visualization WebApp. It is not a 1-to-1 replica, but it is a flattened version. You can also download the tables as csv files or graphs as png. I keep it up-to-date by following this repo.

https://cv-metadata-viewer.netlify.app/

Here is the related repo: https://github.com/HarikalarKutusu/cv-tbox-metadata-viewer

Any request/bug report/pr is welcome there...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants