表示とプレゼンテーション
ワード クラウドとテキスト散布図を使用してテキスト データとモデルを可視化する
Text Analytics Toolbox™ は、テキスト データの前処理、解析、モデル化のためのアルゴリズムと可視化を提供します。単語頻度カウントや LDA モデルを使用して、テキスト データの大規模なコレクションをワード クラウドで可視化します。テキスト散布図を使用して単語埋め込みを調査します。
関数
wordcloud | Create word cloud chart from text, bag-of-words model, bag-of-n-grams model, or LDA model |
textscatter | テキストの 2 次元散布図 |
textscatter3 | 3-D scatter plot of text |
sentenceChart | Plot grammatical dependency parse tree of sentence (R2022b 以降) |
wordCloudCounts | ワード クラウド作成のための単語数のカウント |
プロパティ
TextScatter Properties | Control text scatter chart appearance and behavior |
DependencyChart Properties | Grammatical dependency chart (R2022b 以降) |
トピック
テキストの可視化
- ワード クラウドを使用したテキスト データの可視化
この例では、ワード クラウドを使用してテキスト データを可視化する方法を示します。 - テキスト散布図を使用した単語埋め込みの可視化
この例では、2 次元および 3 次元の t-SNE とテキスト散布図を使用して単語埋め込みを可視化する方法を示します。 - 文法的依存関係の解析を使用した文構造の解析
この例では、文法的依存関係の解析を使用して文から情報を抽出する方法を示します。
トピック モデリングの可視化
- Visualize LDA Topics Using Word Clouds
This example shows how to visualize the words in Latent Dirichlet Allocation (LDA) model topics. - Visualize LDA Topic Probabilities of Documents
This example shows how to visualize the topic probabilities of documents using a latent Dirichlet allocation (LDA) topic model. - LDA モデルを使用した文書クラスターの可視化
この例では、潜在的ディリクレ配分 (LDA) トピック モデルと t-SNE プロットを使用して文書のクラスタリングを可視化する方法を示します。 - LDA トピックの相関の可視化
この例では、潜在的ディリクレ配分 (LDA) トピック モデルでトピック間の相関を解析する方法を示します。 - Visualize Correlations Between LDA Topics and Document Labels
This example shows how to fit a Latent Dirichlet Allocation (LDA) topic model and visualize correlations between the LDA topics and document labels.