Skip to content

Get most used concepts #46

Description

@nichtich

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdditional functionality

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions