<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CortYuming</author_name>
  <author_url>https://blog.hatena.ne.jp/CortYuming/</author_url>
  <blog_title>牌語備忘録 -pygo</blog_title>
  <blog_url>https://cortyuming.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>(python2.7) def ngrams(text, n): text_list = list(text) return [text_list[i:i + n] for i, char in enumerate(text_list)] ngrams_list = ngrams(u&quot;今日はいい天気ですね。&quot;, 2) print((&quot;\n&quot;).join([u&quot;{}&quot;.format(u&quot;&quot;.join(chars)).encode('utf8') for chars in ngrams_list])) &quot;&quot;&quot; 今日 日は はい いい い天 天気 気で です すね ね。 。 &quot;&quot;&quot; nltk ライブ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F2015%2F11%2F21%2F113723&quot; title=&quot; Python でバイグラムのメモ - 牌語備忘録 -pygo&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>2015-11-21 11:37:23</published>
  <title> Python でバイグラムのメモ</title>
  <type>rich</type>
  <url>https://cortyuming.hateblo.jp/entry/2015/11/21/113723</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
