num_great

num_great(text)

Number greater than 930

Parameters

text: str Text selected to apply transformation

Examples:

sentence="It is expected to be more than 935 corona death
and 29974 observation cases across 29 states in india"
num_great(sentence)
    >>> '935 29974'