Getting Started
Install qddate and parse a first dirty date string in a few lines of Python.
Quick and dirty date parsing for scraped HTML
Parse left-aligned dates from messy HTML across 14 languages, with pre-generated patterns and aggressive candidate filtering.
pip install qddate
parser.parse("12.03.1999 some text here")Start with a section below, or use the sidebar from any page. The public entry point is qddate.DateParser and its parse method.
Install qddate and parse a first dirty date string in a few lines of Python.
End-to-end examples for scraping, bulk corpora, and news reconstruction.
DateParser, parse, match, and the languages= constructor parameter.
Fourteen languages, 128+ base patterns, and generated time variants.
Contributing, adding languages, community, and license.