On going pubmed abstract scraper made in Python with limited NLP functionalities. Useful as a workbench and a starting point for various projects.
The code is yet to be commented!
Modules and functionalities
- Simple GUI (pysimpleGUI)
- HTTP library (requests)
- HTML parsers: (Beautiful Soup, bs4)
- Regex library (RE)
- NLTK tokenizer (nltk)