Closed blms closed 2 months ago
The following raises an EDTFParseException:
EDTFParseException
from edtf import text_to_edtf, parse_edtf parsed_natural = text_to_edtf('circa 17th century') # returns "16xx~" parse_edtf(parsed_natural) # raises EDTFParseException
This is resolved in #56
The following raises an
EDTFParseException
: