<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>negation</author_name>
  <author_url>https://blog.hatena.ne.jp/negation/</author_url>
  <blog_title>negationの日記</blog_title>
  <blog_url>https://negation.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>Study</anon>
  </categories>
  <description>編集距離、一般には「Levenstein Distance」と言うらしいです。二つの文字列について、片方を「削除、挿入」をそれぞれ何回することによってもう片方と同じものにできるか、という数字です。よく、二つの文字列の類似度を測る基準として用いられます。この編集距離を求める方法には、ベタな方法、O(ND)法、O(NP)法というものが代表的なアルゴリズムらしいです。ベタな方法はそのまま。O(ND)法は「n回の編集で一致できるか？」という観点で無駄を省いたもの。O(NP)法は「p回損をすると一致できるか」という観点でO(ND)法を改良したもの。ということらしい。参考 http://d.hatena.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnegation.hatenadiary.org%2Fentry%2F20121018%2F1350554817&quot; title=&quot;編集距離 - negationの日記&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>2012-10-18 19:06:57</published>
  <title>編集距離</title>
  <type>rich</type>
  <url>https://negation.hatenadiary.org/entry/20121018/1350554817</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
