Small fix in date extraction rule

This commit is contained in:
nlitkowski 2021-04-27 23:31:03 +02:00
parent d8f83ce1f2
commit 0c4ba98fbb
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ def get_date(text: str):
return res
res = re.search(
r"([j|J]anuary|[f|F]ebruary|[m|M]arch|[A|a]pril|[M|m]ay|[J|j]une|[J|j]uly|[A|a]ugust|[S|s]eptember|[O|o]ctober|[n|N]ovember|[d|D]ecember)[,\s|\s]+(0[1-9]|[1-2][0-9]|3[0-1])[,\s|\s|,]+(19[0-9][0-9]|20[0-9][0-9])", text)
r"([j|J]anuary|[f|F]ebruary|[m|M]arch|[A|a]pril|[M|m]ay|[J|j]une|[J|j]uly|[A|a]ugust|[S|s]eptember|[O|o]ctober|[n|N]ovember|[d|D]ecember),?\s*(0[1-9]|[1-2][0-9]|3[0-1]),?\s*(19[0-9][0-9]|20[0-9][0-9])", text)
return res

View File

@ -135,7 +135,7 @@
jurisdiction=Wisconsin
jurisdiction=Washington
effective_date=2006-04-13 party=Burlington_Coat_Factory_Holdings_Inc.
effective_date=2015-05-31 jurisdiction=California
effective_date=2014-07-24 jurisdiction=California
effective_date=2013-12-20 jurisdiction=Delaware
jurisdiction=Massachusetts

Can't render this file because it has a wrong number of fields in line 5.