RubyGems Navigation menu

wordnet 1.1.0

This library is a Ruby interface to WordNet®[http://wordnet.princeton.edu/]. WordNet® is an online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. English nouns, verbs, adjectives and adverbs are organized into synonym sets, each representing one underlying lexical concept. Different relations link the synonym sets. This library uses SqlUNET[http://sqlunet.sourceforge.net/], which is a conversion of the WordNet (along with a number of other linguistic databases) lexicon flatfiles into a relational database format. You can either install the {wordnet-defaultdb}[https://rubygems.org/gems/wordnet-defaultdb] gem, which packages up the SQLite3 version of SqlUNet, or install your own and point the lexicon at it by passing {Sequel connection parameters}[http://sequel.jeremyevans.net/rdoc/files/doc/opening_databases_rdoc.html] to the constructor.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.2.0 - May 10, 2023 (30KB)
  2. 1.1.1 - April 12, 2019 (45KB)
  3. 1.1.0 - October 18, 2017 (42KB)
  4. 1.0.1 - September 19, 2016 (42.5KB)
  5. 1.0.0 - October 01, 2012 (39.5KB)
全てのバージョンを表示(全13件)

Runtime依存関係 (2):

loggability ~> 0.11
sequel ~> 5.0

Development依存関係 (7):

hoe ~> 3.16
hoe-deveiate ~> 0.9
hoe-mercurial ~> 1.4
rdoc ~> 4.0
rspec ~> 3.5
simplecov ~> 0.12
sqlite3 ~> 1.3

所有者:

作者:

  • Michael Granger

SHA 256チェックサム:

a3df8260609619ee7cc7da5cb2d916c638a3ff7e8a361b5f10147d4ba5f511b3

累計ダウンロード数 41,859

このバージョンのみ 2,139

ライセンス:

BSD-3-Clause

必要なRubyのバージョン: >= 2.2.0

リンク: