<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>y_uti</author_name>
  <author_url>https://blog.hatena.ne.jp/y_uti/</author_url>
  <blog_title>y_uti のブログ</blog_title>
  <blog_url>https://y-uti.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>IBM Model 1 を SQL で実装してみます。RDBMS には PostgreSQL を使いました。まず、コーパスを格納するテーブルを作成します。position_id は文中での出現位置を表す値のつもりです。これは IBM Model 1 では不要なのですが、気分的に入れておきました。 CREATE TABLE corpus ( sentence_id INTEGER NOT NULL, lang VARCHAR NOT NULL, position_id INTEGER NOT NULL, word VARCHAR NOT NULL ); このテーブルに読み込ませるように、コーパス…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fy-uti.hatenablog.jp%2Fentry%2F20120629%2F1340962447&quot; title=&quot;IBM Model 1 を SQL で実装 - y_uti のブログ&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-06-29 18:34:07</published>
  <title>IBM Model 1 を SQL で実装</title>
  <type>rich</type>
  <url>https://y-uti.hatenablog.jp/entry/20120629/1340962447</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
