A Python module to fuzzy extract dates from text corpuses.
Project description
date-fuzz
date-fuzz for Python 🗓️
What Is date-fuzz?
Lightweight Python package to fuzzy extract dates from a corpus of text.
Installation
pip install date_fuzz
Usage
from date_fuzz import find_dates
text = "A thing happened on Jan 1st 2012 and the next morning at 09:15 and also jan 15th at 12am in 2018."
dates = find_dates(text)
print(dates)
# Output
[
('2012-01-01', 4),
('2012-01-02 09:15', 9),
('2018-01-15 12:00', 15)
]
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
date_fuzz-0.0.6.tar.gz
(71.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file date_fuzz-0.0.6.tar.gz.
File metadata
- Download URL: date_fuzz-0.0.6.tar.gz
- Upload date:
- Size: 71.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d03016ea4de5eb72087001948f2fdeb4858ba5f23bda7779e4b415ab641d9480
|
|
| MD5 |
159c1458e908a6dda0a3fa9f2ebf182d
|
|
| BLAKE2b-256 |
ae7ca6a3e10334a721b396d664fce0ce8a84fee35df483e1f1de158b5d35353e
|
File details
Details for the file date_fuzz-0.0.6-py3-none-any.whl.
File metadata
- Download URL: date_fuzz-0.0.6-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89801275dac436fa6f3a11158aeff6cf72178cbf699d9056cbe7423247c41a18
|
|
| MD5 |
6319ec5988b5bba010c9e8282678bbfe
|
|
| BLAKE2b-256 |
7cbf0abe16aceaaa9ea7e98fc136fe583d379062bf22a1e45186be3303ef3925
|