mqAncientHistory / Lat-Epig

The Lat-Epig interface allows you to query the EDCS and save the search result in a TSV file and plot the results on a map of the Roman Empire without any prior knowledge of programming.
https://mybinder.org/v2/gh/mqAncientHistory/Lat-Epig/HEAD?urlpath=notebooks/EpigraphyScraper.ipynb
GNU General Public License v3.0
15 stars 0 forks source link

Parsing languages within scraper #23

Closed petrifiedvoices closed 3 years ago

petrifiedvoices commented 3 years ago

Parse.py, lines 192-202

were extracting notations of languages from the text of the inscription (looked like "GR", "HEB", "IT") and saving it as separate value in the attribute language. Currently it is commented out, but I would love to have it working again.

petrifiedvoices commented 3 years ago

solved