We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Grobid alter the publication date found from the publication, maybe it makes bad interpretations. I've found the problem with this document https://hal.archives-ouvertes.fr/hal-00135377/document
which give me back <publicationStmt> <date type="published" when="20077-03-07">7 Mar 2007 7th March 2007</date </publicationStmt>
<publicationStmt> <date type="published" when="20077-03-07">7 Mar 2007 7th March 2007</date </publicationStmt>
The text was updated successfully, but these errors were encountered:
The dates seems now correct:
<publicationStmt> <publisher/> <availability status="unknown"> <licence/> </availability> <date type="published" when="2007-03-07">7th March 2007</date> </publicationStmt>
<monogr> <imprint> <date type="published" when="2007-03-07">7th March 2007</date> </imprint> </monogr>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Grobid alter the publication date found from the publication, maybe it makes bad interpretations.
I've found the problem with this document https://hal.archives-ouvertes.fr/hal-00135377/document
which give me back
<publicationStmt> <date type="published" when="20077-03-07">7 Mar 2007 7th March 2007</date </publicationStmt>
The text was updated successfully, but these errors were encountered: