nltk.FreqDist.pprint

FreqDist.pprint(maxlen=10, stream=None)[source]

Print a string representation of this FreqDist to ‘stream’

Parameters:
  • maxlen (int) – The maximum number of items to print
  • stream – The stream to print to. stdout by default