<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Pocket7878_dev</author_name>
  <author_url>https://blog.hatena.ne.jp/Pocket7878_dev/</author_url>
  <blog_title>Let's write β</blog_title>
  <blog_url>https://tech-blog.pocket7878.com/</blog_url>
  <categories>
    <anon>Lisp</anon>
  </categories>
  <description>文字列の検索アルゴリズムについてしらべていたら、良いチュートリアルを発見したので やってみました。 簡単なWebサーチエンジンの作り方 (defun all-suffix-node (str) (loop for s from 1 to (length str) collect (cons s (subseq str (1- s))))) (defun suffix-array (str) (mapcar #'car (sort (all-suffix-node str) (lambda (a b) (string&lt;= (cdr a) (cdr b)))))) (defun suffix (s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftech-blog.pocket7878.com%2Fentry%2F2013%2F05%2F16%2F104402&quot; title=&quot;SuffixArrayを使った簡易検索エンジンやってみた。 - Let&amp;#39;s write β&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>2013-05-16 10:44:02</published>
  <title>SuffixArrayを使った簡易検索エンジンやってみた。</title>
  <type>rich</type>
  <url>https://tech-blog.pocket7878.com/entry/2013/05/16/104402</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
