Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
davidefiocco opened this issue Apr 2, 2023 · 3 comments
Closed

Comments

@davidefiocco
Copy link

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!

@lfoppiano
Copy link
Collaborator

lfoppiano commented Sep 13, 2024

It's a bit embarassing for the delay, but to manage all these projects is necessary a battery of developers. Instead it's only one or two people.

Indeed, that's the logic for the grobid consolidation. I think the best documentation is the code 😄 There is also some logic in biblio glutton on how deciding whether the first retrieved item is coherent with the query.

I close it, since I guess is not needed anymore, in case feel free to reopen it.

@davidefiocco
Copy link
Author

Thanks @lfoppiano, I appreciate the reply, no worries about the delay!

@lfoppiano
Copy link
Collaborator

Here some additional information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants