Analyze trends among articles published on arXiv
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
python3 -m spacy download en_core_web_sm
cp base.ttl arxiv.ttl
python3 arxiv.py cmd-query --min-date=2021-01-01 "knowledge graph"
python3 arxiv.py cmd-analyze
python3 arxiv.py cmd-visualize
python3 arxiv.py cmd-extract
Source code for arxiv-trends plus its logo, documentation, and examples have an MIT license which is succinct and simplifies use in commercial applications.
Kudos to arXiv for use of its open access interoperability; to Jürgen Müller @ BASF for the original idea; plus general support from Derwen, Inc.; the Knowledge Graph Conference and Connected Data World.