Skip to content

open-engines/fuzzy_dates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzy_dates

A minimal parser for Multilingual Incomplete & Abbreviated Dates

Usage

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))']

Installation

Install with:

  pip3 install fuzzy_dates

Uninstall with:

  pip3 uninstall -y fuzzy_dates

Requirements

Setup Requirements with:

./operations/setup-requirements.sh

Test

Test with:

pytest

Compatibility

Tested with SWI-Prolog version 8.2.4 on Ubuntu 20.04

Licence

MIT

Authors

fuzzy_dates was written by Open Engines<[email protected]>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published