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

Parse language in `parse_xml_web()` #129

Closed nils-herrmann closed 4 months ago

nils-herrmann commented 4 months ago

PubMed provides information on the language of a publication. Unfortunately, this information is not extracted by the parser in the function parse_xml_web().

pubmed_parser should parse the language in the function parse_pubmed_web_tree()

Michael-E-Rose commented 4 months ago

Closed with #130