agent.process.util module

Helper functions.

agent.process.util.below_ascii_threshold(proportion)

Whether or not the proportion of ASCII characters is too low.

Return type

bool

agent.process.util.is_ascii(string)

Determine whether or not a string is ASCII.

Return type

bool

agent.process.util.proportion_ascii(phrase)

Calculate the proportion of a string comprised of ASCII characters.

Return type

float