srophe / britishLibrary-data

GNU General Public License v3.0
0 stars 3 forks source link

Machine-generate locus attributes from tagged loci #61

Open wlpotter opened 2 years ago

wlpotter commented 2 years ago

Similar to #60 we have loci that are just tagged with the locus element but don't have the from or to attributes. I think most of these could be parsed to generate the machine-readable attributes. I can do some initial testing on the contents of locus elements that lack attribute values. The regex patterns should catch most of these and we can maybe process the ones that are left by hand.

davidamichelson commented 2 years ago

This sounds good. Did Noam already write something like this?