
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
A ruby gem that wraps Pearson dictionary API
You can add it to your Gemfile with:
gem 'dictionary_lookup'
or
You can install it directly
gem install dictionary_lookup
and then require it
require 'dictionary_lookup'
You can lookup a word definition by:
results = DictionaryLookup::Base.define("hello")
results will contain an array of DictionaryLookup::Definition objects.
results.count # => 1
results.first.part_of_speech # => "noun"
results.first.denotation # => "used as a greeting when you see or meet someone"
results.first.examples # => ["Hello, John! How are you?"]
You can specify different dictionary by passing dictionary in config hash. List of available dictionaries could be found here
results = DictionaryLookup::Base.define("hello", {dictionary: "wordwise"})
FAQs
Unknown package
We found that dictionary_lookup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.