A parser for fuzzy dates
Project description
fuzzy_dates
A minimal parser for Fuzzy Dates
Usage
From the Command Line type:
python3 -m fuzzy_dates '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_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
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.23.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file fuzzy_parser-0.2.23.tar.gz
.
File metadata
- Download URL: fuzzy_parser-0.2.23.tar.gz
- Upload date:
- Size: 4.3 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.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b0f0deb32943eaf3a27aaeaa72396be8f2c18627cac70a5f19244e02be9981f5
|
|
MD5 |
eb46e4db4f3700e5f3fb38e933c44398
|
|
BLAKE2b-256 |
4cfa8649b40c9e273ccf370a1f3e192e86748c139db7529f926862ede88022d7
|
File details
Details for the file fuzzy_parser-0.2.23-py3-none-any.whl
.
File metadata
- Download URL: fuzzy_parser-0.2.23-py3-none-any.whl
- Upload date:
- Size: 6.3 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.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
42b13d62775f7705d976d9c89af40d0be7d1ea2e7b8c022ae24a886fc741ccab
|
|
MD5 |
4e846621aaab0fe789993ef1338e7805
|
|
BLAKE2b-256 |
ebf7ca92afd5daa7995c14435a5bccdd633aad6190535ce073861d28e7fa745c
|