bdates

Better Dates (bdates) helps you work with dates, including extracting dates from text.


Keywords
date, nlp, scraping
License
Other
Install
pip install bdates==0.2

Documentation

bdates

Better Dates (bdates) helps you work with dates, including extracting dates from text.

Installation

pip install pytz
pip install bdates

Use

import bdates
text = "I arrived in that city on January 4, 1937"
dates = bdates.extract_dates(text)