scrapinghub/dateparser

Add support for other words ("decade", "fortnight", "century"...)

Open

#725 建立於 2020年6月25日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (2,318 star) (443 fork)batch import
good first issue

描述

There are some words that can be added to the library:

  • Decade: 10 years (2 decade --> 20 years, ...)
  • Fortnight: 14 days (Example: "a fortnight ago")
  • Century: 100 years (Example: "a century ago", "two centuries ago")

It's not necessary to put them all in a unique PR, you can submit just one of them. Just take in mind that it should support "next decade", "last decade", "a decade ago", "in a decade", but also "two decades ago".

貢獻者指南

Add support for other words ("decade", "fortnight", "century"...) · scrapinghub/dateparser#725 | Good First Issue