display and presentation -凯发k8网页登录
visualize text data and models using word clouds and text scatter
plots
text analytics toolbox™ provides algorithms and visualizations for preprocessing, analyzing, and modeling text data. visualize large collections of text data using word frequency counts and lda models using word clouds. explore word embeddings using text scatter plots.
functions
create word cloud chart from text, bag-of-words model, bag-of-n-grams model, or lda model | |
2-d scatter plot of text | |
3-d scatter plot of text | |
plot grammatical dependency parse tree of sentence | |
count words for word cloud creation |
properties
control text scatter chart appearance and behavior | |
grammatical dependency chart |
topics
text visualization
- visualize text data using word clouds
this example shows how to visualize text data using word clouds. - visualize word embeddings using text scatter plots
this example shows how to visualize word embeddings using 2-d and 3-d t-sne and text scatter plots.
this example shows how to extract information from a sentence using grammatical dependency parsing.
topic modeling visualization
this example shows how to visualize the words in latent dirichlet allocation (lda) model topics.
this example shows how to visualize the topic probabilities of documents using a latent dirichlet allocation (lda) topic model.
this example shows how to visualize the clustering of documents using a latent dirichlet allocation (lda) topic model and a t-sne plot.
this example shows how to analyze correlations between topics in a latent dirichlet allocation (lda) topic model.
this example shows how to fit a latent dirichlet allocation (lda) topic model and visualize correlations between the lda topics and document labels.