class documentation

class LanguageIndependent(object): (source)

View In Hierarchy

Undocumented

Constant AVERAGE_CHARACTERS Undocumented
Constant PRIORS Undocumented
Constant VARIANCE_CHARACTERS Undocumented
AVERAGE_CHARACTERS: int = (source)

Undocumented

Value
1
PRIORS: dict = (source)

Undocumented

Value
{(1, 0): 0.0099,
 (0, 1): 0.0099,
 (1, 1): 0.89,
 (2, 1): 0.089,
 (1, 2): 0.089,
 (2, 2): 0.011}
VARIANCE_CHARACTERS: float = (source)

Undocumented

Value
6.8