Skip to main content

A parser for fuzzy dates

Project description

fuzzy_parser

A minimal parser for Multilanguage Incomplete & Abbreviated Dates

Usage

From the Command Line type:

python3 -m fuzzy_parser '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_parser

Uninstall with:

  pip3 uninstall -y fuzzy_parser

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_parser is maintained by Conrado M. Rodriguez conrado.rgz@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuzzy_parser-0.2.30.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

fuzzy_parser-0.2.30-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page