nltk.NgramAssocMeasures.mi_like

static NgramAssocMeasures.mi_like(*marginals, **kwargs)[source]

Scores ngrams using a variant of mutual information. The keyword argument power sets an exponent (default 3) for the numerator. No logarithm of the result is calculated.