module documentation

Undocumented

Class TestBigram Undocumented
Function close_enough Verify that two sequences of n-gram association values are within _EPSILON of each other.
Constant _EPSILON Undocumented
def close_enough(x, y): (source)

Verify that two sequences of n-gram association values are within _EPSILON of each other.

_EPSILON: float = (source)

Undocumented

Value
1e-08