prompting
prompting copied to clipboard
Automatic Detection of Dates in Date Scoring
Currently we are using a regex function to capture dates because datetime objects cannot contain all of the years found in the wikipedia date sections. This requires some specificity in the format of the date received, and we probably want to look at an automatic way to extract dates in a variety of formats, perhaps by using the dateutil.parser.parse() method
Related to #117