-
Notifications
You must be signed in to change notification settings - Fork 39
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
NxmlReader error | No roots in graph #634
Comments
Unfortunately, this error comes from the CoreNLP parser, not from our code. So, it is harder to control... But, I believe that our code robustly skips these sentences, without failing on the whole paper. To double check, can you please:
Thanks! |
Thanks File (PMC3420630) : Gist LinkStack trace
Thank you |
I can confirm that, while this is a CoreNLP issue, we are not recovering nicely from this. We'll fix this soon. |
This was fixed in processors master, in the sense that we recover from the CoreNLP error wo/ crashing everything. To take advantage of the fix before the new processors release, please:
|
Thanks for your help, it worked. But now I am facing another issue Link to file( PMC4379733.nxml ) : Gist Stacktrace
Thank You |
I am getting this error on several nxml files downloaded from ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/oa_bulk/comm_use.A-B.xml.tar.gz
I have made a gist using 2 such files (PMC6588870 , PMC5109642 ) here.
I am using the out of box
application.conf
file withoutputTypes = ["indexcard"]
Thanks
The text was updated successfully, but these errors were encountered: