Overview of Pubmed Parser capabilities
masterPubmed Parser is a Python-based utility designed to efficiently mine PubMed Open-Access XML subsets and MEDLINE XML datasets. Unlike some other parsers, it provides deep structural extraction including:
- Article and journal metadata
- Authors and affiliations
- References
- Figure captions
- Paragraphs
The output is provided as Python dictionaries, making it easy to integrate into machine learning pipelines (e.g., scikit-learn, tensorflow, pytorch) or to export as JSON files. The implementation is designed to be scalable within MapReduce-like infrastructures such as PySpark.