Skip to main content

Python module for searching the Moby thesaurus

Project description

mobypy

Python module for searching the Moby Thesaurus created by Grady Ward

To Install mobypy:

pip install mobypy

To Use mobypy:

import mobypy

synonyms = mobypy.synonyms("abbreviated") print(synonyms) ['Spartan', 'abridged', 'abstracted', 'aposiopestic', 'bobbed', 'brief', 'brusque', 'capsule', 'capsulized', 'clipped', 'close', 'compact', 'compendious', 'compressed', 'concise', 'condensed', 'contracted', 'crisp', 'cropped', 'curt', 'curtailed', 'cut', 'cut short', 'digested', 'docked', 'elided', 'elliptic', 'epigrammatic', 'gnomic', 'laconic', 'mowed', 'mown', 'nipped', 'pithy', 'pointed', 'pollard', 'polled', 'pruned', 'reaped', 'reserved', 'sententious', 'shaved', 'sheared', 'short', 'short and sweet', 'short-cut', 'shortened', 'snub', 'snubbed', 'succinct', 'summary', 'synopsized', 'taciturn', 'terse', 'tight', 'to the point', 'trimmed', 'truncated']

short_synonyms = mobypy.short_synonyms("abbreviated") print(short_synonyms) ['brief', 'close', 'crisp', 'curt', 'cut', 'mowed', 'mown', 'pithy', 'short', 'snub', 'terse', 'tight']

long_synonyms = mobypy.long_synonyms("abbreviated") print(long_synonyms) ['Spartan', 'abridged', 'abstracted', 'aposiopestic', 'bobbed', 'brusque', 'capsule', 'capsulized', 'clipped', 'compact', 'compendious', 'compressed', 'concise', 'condensed', 'contracted', 'cropped', 'curtailed', 'cut short', 'digested', 'docked', 'elided', 'elliptic', 'epigrammatic', 'gnomic', 'laconic', 'nipped', 'pointed', 'pollard', 'polled', 'pruned', 'reaped', 'reserved', 'sententious', 'shaved', 'sheared', 'short and sweet', 'short-cut', 'shortened', 'snubbed', 'succinct', 'summary', 'synopsized', 'taciturn', 'to the point', 'trimmed', 'truncated']

rev_search = mobypy.reverse_search("abbreviate") print(rev_search) ['compact', 'cut short', 'cut', 'short', 'snub']

If no results are found, an empty list is returned

bad_search = mobypy.synonyms("asdasdasdasd") bad_search = mobypy.long_synonyms("asdasdasdasd") bad_search = mobypy.short_synonyms("asdasdasdasd") bad_search = mobypy.reverse_search("asdasdasdasd") print(bad_search) []

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mobypy-1.0.2.tar.gz (9.3 MB view hashes)

Uploaded Source

Built Distribution

mobypy-1.0.2-py2-none-any.whl (9.3 MB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page