<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dskomei</author_name>
  <author_url>https://blog.hatena.ne.jp/dskomei/</author_url>
  <blog_title>見習いデータサイエンティストの隠れ家</blog_title>
  <blog_url>https://www.dskomei.com/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>自然言語処理</anon>
    <anon>共起ネットワーク</anon>
    <anon>テキストマイニング</anon>
  </categories>
  <description>テキストから示唆を作り出すテキストマイニングの一つとして、今回は文章から共起ネットワークを作ります。共起ネットワークは、同時に出現する単語の組み合わせをエッジで繋ぎ、単語間の関係をネットワークで表したものです。これにより、文章内の単語の関連性を可視化できます。 今回は、Pythonの「networkx」を使って、共起ネットワークを実装します。今回の記事で最終的に出来上がった共起ネットワークは以下になりました。 今回の記事のコードはここに置いてあります。 データの準備 必要モジュールのインポート データの取得と加工 共起ネットワークのためのデータ整形 エッジの重みJaccard係数 Jaccar…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.dskomei.com%2Fentry%2F2019%2F04%2F07%2F021028&quot; title=&quot;Pythonを使って文章から共起ネットワークを作る　〜テキストマイニングでの可視化〜 - 見習いデータサイエンティストの隠れ家&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/d/dskomei/20210604/20210604194606.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-04-07 02:10:28</published>
  <title>Pythonを使って文章から共起ネットワークを作る　〜テキストマイニングでの可視化〜</title>
  <type>rich</type>
  <url>https://www.dskomei.com/entry/2019/04/07/021028</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
