dataesr / scientific-tagger

Tagger for scholarly publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scientific tagger

Build Release License

The scientific taggers aims at proposing subject classification for scholarly publications. So the input is a list of publications, only some metadata are taken into account (title, journal title, abstract,keywords and MeSH), not the full-text for the time being. Several classifications are implemented:

Run it locally

git clone git@github.com:dataesr/scientific-tagger.git
cd scientific-tagger
docker compose pull && docker compose down && docker system prune -f && docker compose up

In your browser, you now have :

Release

It uses semver.

To create a new release, do

make release VERSION=x.x.x

About

Tagger for scholarly publications

License:MIT License


Languages

Language:Jupyter Notebook 97.2%Language:Python 2.7%Language:HTML 0.1%Language:Makefile 0.0%Language:JavaScript 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%Language:CSS 0.0%