A parser for fuzzy dates
Project description
fuzzy_parser
A minimal parser for Multilingual 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
Release history Release notifications | RSS feed
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.32.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file fuzzy_parser-0.2.32.tar.gz
.
File metadata
- Download URL: fuzzy_parser-0.2.32.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
99f85ab744b31e001b03b93c8ed3498f94024a615675acd082a111ceaea6360a
|
|
MD5 |
75243dc94cc1e9f19618bf013f1e8aa5
|
|
BLAKE2b-256 |
623281848944464cd7af9b23c9e1619c23592061e97c822454fb76b4f4fbdfdd
|
File details
Details for the file fuzzy_parser-0.2.32-py3-none-any.whl
.
File metadata
- Download URL: fuzzy_parser-0.2.32-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
34ba92707544f7d36d3409eb8c43757d06501cdfdedda5cde1f643f6608bb9e0
|
|
MD5 |
5c5264c892da8113a37cc6d87de4d723
|
|
BLAKE2b-256 |
55253cd72da611db05f956171585652be2d442633e31f9eaba9860d0de571f01
|