yellowbrick
yellowbrick copied to clipboard
Ngram Visualizer
Is there a way to effectively visualize word collocations from a corpus? In other words, a way to visually depict prominent or interesting n-grams? NLTK exposes several methods for identifying such collocations, but I haven't found much in the way of visualizations.
Something like the Google n-gram viewer?
See also the last example (In [27]) from The Art of Literary Text Analysis.