A minimal parser for Multilingual Incomplete & Abbreviated Dates
From the Command Line type:
python3 -m fuzzy_dates '21 Juin - 9 Juil.'
[datetime.date(2022, 6, 21), datetime.date(2022, 7, 9)]
['dm(explicit(French))', 'dm(abbreviated(French))']Install with:
pip3 install fuzzy_datesUninstall with:
pip3 uninstall -y fuzzy_datesSetup Requirements with:
./operations/setup-requirements.shTest with:
pytestTested with SWI-Prolog version 8.2.4 on Ubuntu 20.04
MIT
fuzzy_dates was written by Open Engines<openengines@protonmail.com>