lit
lit copied to clipboard
Word clouds with LIT
Is it possible to create word clouds with LIT ? For example, I can have a dataset of social comments and would like to quickly check for most frequent words. Similar as in these examples
Thanks.
LIT natively doesn't have any logic that creates word clouds from datasets. But, as a user, you can create your own custom front-end module for LIT that could display word clouds. Check out https://github.com/PAIR-code/lit/wiki/frontend_development.md for details if you are interested in writing a word cloud module.