VWGLT2TTVS72LSTUWZPW3NXQLK5HFIUQN4TA7HWTGP6HDHFYEFTAC
g <- tSNE_df %>% sample_n(2000) %>% ggplot(aes(x=tSNE1, y=tSNE2, label=word)) + geom_text(aes(label=word), hjust=0, vjust=0, color="blue")
g <- tSNE_df %>%
sample_n(2000) %>%
ggplot(aes(x=tSNE1, y=tSNE2, label=word, color=community)) +
geom_text(aes(label=word), hjust=0, vjust=0)