4
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Rubyで組むプログラムに組み込めそうな自然言語処理のツール

Last updated at Posted at 2018-10-16

Rubyで組むプログラムに組み込めそうな自然言語処理のツールについて備忘録になります。

形態素解析

API

  • Yahoo!JAPAN 日本語形態素解析
    • 24時間以内に5万リクエスト以内
    • 1リクエストのサイズ100KB以内
  • gooラボ 形態素解析API
    • アプリケーションを公開する際は、以下のような形での表示が必要

      <a href="http://www.goo.ne.jp/">
      <img src="//u.xgoo.jp/img/sgoo.png" alt="supported by goo" title="supported by goo">
      </a>
      

ソフトウェア

キーフレーズ抽出

API

  • Yahoo! JAPAN キーフレーズ抽出
    • 24時間以内に5万リクエスト以内
    • 1リクエストのサイズ100KB以内
  • gooラボ キーワード抽出API
    • アプリケーションを公開する際は、以下のような形での表示が必要

      <a href="http://www.goo.ne.jp/">
      <img src="//u.xgoo.jp/img/sgoo.png" alt="supported by goo" title="supported by goo">
      </a>
      

固有表現抽出

API

  • gooラボ 固有表現抽出API
    • アプリケーションを公開する際は、以下のような形での表示が必要

      <a href="http://www.goo.ne.jp/">
      <img src="//u.xgoo.jp/img/sgoo.png" alt="supported by goo" title="supported by goo">
      </a>
      

ソフトウェア

Word2Vec

API

参考文献

4
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?