kermitt2 / biblio-glutton

A high performance bibliographic information service: https://biblio-glutton.readthedocs.io
117 stars 15 forks source link

What's the best way to understand the logic used for consolidation? #89

Open davidefiocco opened 1 year ago

davidefiocco commented 1 year ago

Hello! I have started to review the logic used for consolidation, and it should boil down to analyzing

https://github.com/kermitt2/grobid/tree/master/grobid-core/src/main/java/org/grobid/core/engines/CitationParser.java https://github.com/kermitt2/grobid/tree/master/grobid-core/src/main/java/org/grobid/core/utilities/Consolidation.java https://github.com/kermitt2/grobid/tree/master/grobid-core/src/main/java/org/grobid/core/utilities/glutton/GluttonRequest.java

but is there more I should have a look at? Is there a documentation that describes the consolidation logic used in biblio-glutton?

Thanks a lot!