
Last chance! 50% off unlimited learning
Sale ends in
Plots most common words.
fst_freq_plot(table, number = NULL, name = NULL)
Plot of top words.
Output of `fst_freq_table()` or `fst_ngrams_table()`.
Optional number of n-grams for the title, default is `NULL`.
An optional "name" for the plot to add to title, default is `NULL`.
pf <- c("NOUN", "VERB", "ADJ", "ADV")
top_words <- fst_freq_table(fst_child, number = 15, pos_filter = pf)
fst_freq_plot(top_words, number = 15, name = "Bullying")
Run the code above in your browser using DataLab