prompting icon indicating copy to clipboard operation
prompting copied to clipboard

Automatic Detection of Dates in Date Scoring

Open bkb2135 opened this issue 1 year ago • 1 comments

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

bkb2135 avatar Mar 19 '24 17:03 bkb2135

Related to #117

steffencruz avatar Apr 18 '24 19:04 steffencruz