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

Get most used concepts #46

Open
nichtich opened this issue Aug 7, 2023 · 0 comments
Open

Get most used concepts #46

nichtich opened this issue Aug 7, 2023 · 0 comments
Labels
feature Additional functionality

Comments

@nichtich
Copy link
Member

nichtich commented Aug 7, 2023

Most used concepts are interesting to get. Via command line from the data dumps:

zcat kxp-subjects.tsv.gz | awk '$2=="bk" {print $3}' | sort | uniq -c | sort -nrk1 > bk-count.txt

A live query to the backend probably takes to long but could be cached.

@nichtich nichtich changed the title Create statistics Get most used concepts Aug 7, 2023
@nichtich nichtich added the feature Additional functionality label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Additional functionality
Projects
None yet
Development

No branches or pull requests

1 participant