Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile-sgmt



sgmt の Guile用のバインディングを作りました。
<http://www.namazu.org/cgi-bin/viewcvs/guile-sgmt/>

  % guile
  guile> (use-modules (sgmt sgmt))
  guile> (define kakasi (sgmt-new "kakasi"))
  guile> (define chasen (sgmt-new "chasen"))
  guile> (sgmt-segment kakasi "sgmt はわかち書き用のライブラリです")
  ("sgmt" "はわかち" "書き" "用" "の" "ライブラリ" "です")
  guile> (sgmt-segment chasen "sgmt はわかち書き用のライブラリです")
  ("sgmt" "は" "わかち書き" "用" "の" "ライブラリ" "です")

来週の頭くらいに sgmt を公開するつもりです。
<http://sgmt.namazu.org/>

--
高林 哲 (Takabayashi, Satoru)
http://cl.aist-nara.ac.jp/~satoru-t/