Python NLTK Visualization

I am currently doing natural language processing using python NLTK. I want to create beautiful input presentation graphics. What package can be made to get something like this?

enter image description here

enter image description here

+4
source share
1 answer

Bokeh is a visualization library for Python. Look at the gallery to find out what he can do. Actually, I don’t know if it can generate the images you showed.

Altair is another capable graphic library that includes several links to other libraries in README:

+5
source

Source: https://habr.com/ru/post/1670690/


All Articles