nltk.ConditionalFreqDist.tabulate

ConditionalFreqDist.tabulate(*args, **kwargs)[source]

Tabulate the given samples from the conditional frequency distribution.

Parameters:
  • samples (list) – The samples to plot
  • conditions (list) – The conditions to plot (default is all)
  • cumulative – A flag to specify whether the freqs are cumulative (default = False)