get_raw_dates

lexnlp.extract.en.dates.get_raw_dates(text, strict=False, base_date=None, return_source=False) → typing.Generator

Find “raw” or potential date matches prior to false positive classification. :param text: raw text to search :param strict: whether to return only complete or strict matches :param base_date: base date to use for implied or partial matches :param return_source: whether to return raw text around date :return: