get_percents

lexnlp.extract.en.percents.get_percents(text: str, return_sources: bool = False, float_digits: int = 4) → Generator[[Union[Tuple[str, decimal.Decimal, decimal.Decimal], Tuple[str, decimal.Decimal, decimal.Decimal, str]], None], None]

Get percent usages within text. :param text: :param return_sources: :param float_digits: :return: