You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

nlp-date-parser

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlp-date-parser

A simple NLP-based date parser to extract dates from text.

0.0.1
Maintainers
1

NLP Date Parser

A Python package to parse natural language date expressions like:

✅ next Tuesday
✅ in 3 days
✅ tomorrow at noon

Installation & Usage

pip install nlp_date_parser
 
**Usage**

from nlp_date_parser import NLPDateParser

parser = NLPDateParser()
print(parser.parse("next Friday"))

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts