titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
559 stars 164 forks source link

bug correction for vernacular title extraction #108

Closed jtourille closed 2 years ago

jtourille commented 2 years ago

VernacularTitle elements can be composed of several sub-elements. We use stringify_children() to extract the textual content.