▽Welcome to the Mulgara Project! ●01/15 19:36 Mulgara hasn’t been getting a lot of love from the devs lately, but we’re still here. Paula has been starting to port elements over to Clojure, with the intention of reimplementing everything in that language. See Kiara, crg-turtle and tree for recent developments there. Meanwhile, any updates needed in the Mulgara code can still be requested. The codebase has been moved to Github to help facilita
▽言語処理関連のプログラム類 ●09/19 22:05 言語処理関連のプログラム類 可能な限りプログラミングをしなくて済むようにプログラミングを学ぶ rubyっぽいの 手習いで作ったrubyのコードとか google N-gramを利用したデモ類 以下のデモはNYUの関根先生の指導の下、New York Experience Program滞在中に進めたテーマを元にスピンアウトしたもので、株式会社データセクションの支援により開発しました。 用語集合拡張器デモ google N-gramが研究室に届いたので、trigramだけを用いて簡単な知識獲得のデモを作ってみた。 いわゆる用語集合拡張器と言う奴です。解説はそのうち google N-gramを利用した用語集合拡張器デモ 用語間共通属性抽出器デモ 上で作った用語集合拡張器を利用して、入力語間に共通すると思われる属性の抽出器を構築。 これも基本的にtrigramだけで動いています。 google