parse icon indicating copy to clipboard operation
parse copied to clipboard

Add international support for days/months

Open r1chardj0n3s opened this issue 12 years ago • 1 comments

Currently only English days/months are recognised. Could be better.

r1chardj0n3s avatar Nov 21 '11 22:11 r1chardj0n3s

There are other parsers out there that might help with this. For example:

  • dateparser [docs]: "easily parse localized dates in almost any string formats commonly found on web pages" (includes foreign language detection);
  • ctparse: "parse natural language time expressions in python";
  • quantulum3: "Python library for information extraction of quantities, measurements and their units from unstructured text".

In passing, I also note this other template based parser (for invoices): invoice2data.

psychemedia avatar Aug 11 '19 21:08 psychemedia