savkov / MedAffix

Scraper for medical affixes from Wikipedia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MedAffix

License: MIT

Scripts for scraping affixes (suffixes, prefixes, roots) from Wikipedia & Wiktionary:

  • medaffix.py -- scrapes medical affixes and stores them in text files based on their type
  • wikiaffix.py -- scrapes English affixes from Wiktionary

Requirements

pip install -r requirements.txt

Usage

# scrapes medical affixes
make medical

# scrapes English affixes
make english

About

Scraper for medical affixes from Wikipedia

License:MIT License


Languages

Language:Python 98.7%Language:Makefile 1.3%