Plots frequency n-grams.
Examples
top_bigrams <- fst_ngrams_table(fst_child, ngrams = 2, number = 15)
#> Note:
#> N-grams with equal occurrence are presented in alphabetical order.
#> By default, n-grams are presented in order to the `number` cutoff n-gram.
#> This means that equally-occurring later-alphabetically n-grams beyond the cutoff n-gram will not be displayed.
#>
fst_ngrams_plot(top_bigrams, ngrams = 2, number = 15, name = "Children")