<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hayataka2049</author_name>
  <author_url>https://blog.hatena.ne.jp/hayataka2049/</author_url>
  <blog_title>静かなる名辞</blog_title>
  <blog_url>https://hayataka2049.hatenablog.jp/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>mecab</anon>
    <anon>Tips</anon>
    <anon>自然言語処理</anon>
  </categories>
  <description>はじめに mecab-pythonで以下のようなコードを書くことがよくあると思います。 import MeCab s = &quot;吾輩は猫である。&quot; tagger = MeCab.Tagger(&quot;&quot;) tagger.parse(&quot;&quot;) node = tagger.parseToNode(s) while node: print(node.surface, node.feature) node = node.next &quot;&quot;&quot; =&gt; BOS/EOS,*,*,*,*,*,*,*,* 吾輩 名詞,代名詞,一般,*,*,*,吾輩,ワガハイ,ワガハイ は 助詞,係助詞,*,*,*,*,は,ハ,ワ 猫 名詞,一般…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhayataka2049.hatenablog.jp%2Fentry%2F2019%2F04%2F22%2F144542&quot; title=&quot;【python】MeCabバインディングのparseToNodeでBOS/EOSを除外 - 静かなる名辞&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>2019-04-22 14:45:42</published>
  <title>【python】MeCabバインディングのparseToNodeでBOS/EOSを除外</title>
  <type>rich</type>
  <url>https://hayataka2049.hatenablog.jp/entry/2019/04/22/144542</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
