enlp.visualisation.freq_distribution.dist_plot_detailed¶
-
enlp.visualisation.freq_distribution.
dist_plot_detailed
(word_counts, log=False, ax=None)[source]¶ Frequency count of tokens in a SMALL Corpus (<50 unique tokens) with words on the x-axis
- Parameters
- Returns
- fig
matplotlib.figure.Figure
Figure object line plot of word counts
- ax
matplotlib.axes.Axis
Axis object for figure
- fig
Notes
If there are more than 50 unique tokens then the plot will be too busy and may crash your machine while computing