You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems like now every file from the PubMed XML follows the MEDLINE XML format.
Therefore, running pp.parse_pubmed_xml() on any file will always result to the issue described in #95.
I was able to overcome this issue by using pp.parse_medline_xml() instead.
I think some refactoring and document update should be done.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems like now every file from the PubMed XML follows the MEDLINE XML format.
Therefore, running
pp.parse_pubmed_xml()
on any file will always result to the issue described in #95.I was able to overcome this issue by using
pp.parse_medline_xml()
instead.I think some refactoring and document update should be done.
The text was updated successfully, but these errors were encountered: