<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>upura</author_name>
  <author_url>https://blog.hatena.ne.jp/upura/</author_url>
  <blog_title>u++の備忘録</blog_title>
  <blog_url>https://upura.hatenablog.com/</blog_url>
  <categories>
    <anon>自然言語処理</anon>
    <anon>python</anon>
  </categories>
  <description>問題文 nlp100.github.io 問題の概要 出現頻度辞書を作る前の段階で、集計対象とする文章を絞り込んでおきます。「list(filter(lambda x: '猫' in x, wordList))」の処理で、猫という語を持つ文のみに限定しています。 from collections import defaultdict import matplotlib.pyplot as plt import japanize_matplotlib def parse_mecab(block): res = [] for line in block.split('\n'): if line =…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fupura.hatenablog.com%2Fentry%2F2020%2F04%2F20%2F122445&quot; title=&quot;言語処理100本ノック 2020「37. 「猫」と共起頻度の高い上位10語」 - u++の備忘録&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-04-20 12:24:45</published>
  <title>言語処理100本ノック 2020「37. 「猫」と共起頻度の高い上位10語」</title>
  <type>rich</type>
  <url>https://upura.hatenablog.com/entry/2020/04/20/122445</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
