RubyGems Navigation menu

wordnet 1.0.1

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 WordNet-SQL[http://wnsql.sourceforge.net/], which is a conversion of the lexicon flatfiles into a relational database format. You can either install the 'wordnet-defaultdb' gem, which packages up the SQLite3 version of WordNet-SQL, or install your own and point the lexicon at it by passing {Sequel connection parameters}[http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html] to the constructor.

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 1.2.0 - May 10, 2023 (30 KB)
  2. 1.1.1 - April 12, 2019 (45 KB)
  3. 1.1.0 - October 18, 2017 (42 KB)
  4. 1.0.1 - September 19, 2016 (42,5 KB)
  5. 1.0.0 - October 01, 2012 (39,5 KB)
Zeige alle Versionen (13 total)

Runtime Abhängigkeiten (2):

loggability ~> 0.11
sequel ~> 4.38

Development Abhängigkeiten (8):

hoe ~> 3.15
hoe-deveiate ~> 0.8
hoe-highline ~> 0.2
hoe-mercurial ~> 1.4
rdoc ~> 4.0
rspec ~> 3.5
simplecov ~> 0.12
sqlite3 ~> 1.3

Besitzer:

Autoren:

  • Michael Granger

SHA 256-Prüfsumme:

8cf20f2fef1099ca6d71f246f9dc69719179fb8330abfc7ef6579f26df348418

Downloads insgesamt 41.885

Für diese Version 9.140

Lizenz:

BSD-3-Clause

Erforderliche Ruby-Version: >= 2.2.0

Links: