Closed kputschko closed 3 years ago
I think I need a bit of clarification @kputschko. Are you saying that in this section, you would find it more helpful to see frequency
printed out before it is plotted for Figure 1.3?
Thanks for the response. Correct, seeing a snippet or glimpse of
frequency
would help me conceptualize what exactly is being plotted,
given that my intuition around the spread
and gather
operations, in the
creation of frequency
, has faded.
On Mon, Mar 15, 2021 at 6:56 PM Julia Silge @.***> wrote:
I think I need a bit of clarification @kputschko https://github.com/kputschko. Are you saying that in this section https://www.tidytextmining.com/tidytext.html#word-frequencies, you would find it more helpful to see frequency printed out before it is plotted for Figure 1.3?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dgrtwo/tidy-text-mining/issues/90#issuecomment-799808825, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG3G6LIWIZFKNFSNJ7XSUHDTD2GATANCNFSM4ZHH2CBA .
Hey there, I love the book. I come back to it every now and then when I need to do a text analysis from scratch. I can follow your code easy enough to understand what it's doing generally, but it's challenging to know what the data going into the functions looks like without having to set up the entire script for myself.
For example, if I want to recreate figure 1.3, I could do it easily enough on my end if I knew the exact layout of the data you were using for the plot. But, it requires me to do the extra steps of recreating all your work before I can begin doing my work.