I'm looking for tips or tricks on how to connect full text research papers to a graph in Neo4j.
I've researched some APIs that allow you to connect to scholarly articles - are there any best practices for doing this?
Cheers!
I'm looking for tips or tricks on how to connect full text research papers to a graph in Neo4j.
I've researched some APIs that allow you to connect to scholarly articles - are there any best practices for doing this?
Cheers!
You could use opencitations bulk data for the structure / topology.
And then run NLP algorithms on the texts to extract entity nodes for topics, keywords, people, organizations, compounds etc.
see here for some examples from Tomaz Bratanic
https://towardsdatascience.com/construct-a-biomedical-knowledge-graph-with-nlp-1f25eddc54a0