A parser for fuzzy dates
Project description
fuzzy_parser
A minimal parser for Fuzzy Dates
Usage
From the Command Line type:
python3 -m fuzzy_parser '21 juin - 9 juil.'
Or using PrologScript:
./parser/main.pl '21 juin - 9 juil.'
[date(2021,6,21),date(2021,7,9)]
[dm(explicit(french)),dm(explicit(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.25.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file fuzzy_parser-0.2.25.tar.gz
.
File metadata
- Download URL: fuzzy_parser-0.2.25.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
382a53e1fc02737fad1f1b0d3aecc6fceb739961bee5cfea40e839a7c2ace20c
|
|
MD5 |
84d95d490b7f9877147d2f041c575147
|
|
BLAKE2b-256 |
88c1d3f118c5ca426b91e0765e9336cdb3f5b935f909943a7075daa71bf0c8c7
|
File details
Details for the file fuzzy_parser-0.2.25-py3-none-any.whl
.
File metadata
- Download URL: fuzzy_parser-0.2.25-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e0a68cebefdbf858a29e4f16de8dedb0faeb8f339584e83eadddd111f68a433e
|
|
MD5 |
e2e458b131de88ae8e26b220cce541f6
|
|
BLAKE2b-256 |
16029aad49761c0439b04e4cf4ef80f33ce810c12c1f674c06785214aa0885bb
|