<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MikuHatsune</author_name>
  <author_url>https://blog.hatena.ne.jp/MikuHatsune/</author_url>
  <blog_title>驚異のアニヲタ社会復帰の予備</blog_title>
  <blog_url>https://mikuhatsune.hatenadiary.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>機械学習</anon>
    <anon>統計</anon>
    <anon>Rを使いこなす</anon>
  </categories>
  <description>LDAをいじってみたわけだが、これを使ってラブライブ(μ's)の歌を歌詞を解析してトピック分類してみる。 取得した歌詞33曲分を読み込んで、RMeCabで品詞分解する。 その後、LDAができるようにデータ加工する。 library(RMeCab) wd &lt;- &quot;/lovelive_song/&quot; musics &lt;- read.delim(paste(wd, &quot;songlist.txt&quot;, sep=&quot;&quot;), header=FALSE, fileEncoding=&quot;utf-8&quot;) # 曲名リスト lyrics &lt;- NULL for(i in seq(33)){ tmp &lt;- read.csv(pa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmikuhatsune.hatenadiary.com%2Fentry%2F20130511%2F1368164070&quot; title=&quot;トピックモデルを使ってラブライブの歌を解析する - 驚異のアニヲタ社会復帰の予備&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.d.st-hatena.com/diary/MikuHatsune/2013-05-11.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-05-11 14:34:30</published>
  <title>トピックモデルを使ってラブライブの歌を解析する</title>
  <type>rich</type>
  <url>https://mikuhatsune.hatenadiary.com/entry/20130511/1368164070</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
