Skip to main content

PyDictionary: A “Real” Dictionary Module for Python


PyDictionary is a Dictionary Module for Python 2/3 to get meanings,

translations, synonyms and Antonyms of words. It uses WordNet for

getting meanings, Google for translations, and thesaurus.com for getting

synonyms and antonyms.

This module uses Python Requests, BeautifulSoup4 and goslate as

dependencies

Installation


Installation is very simple through pip (or easy_install)

For pip

pip install PyDictionary

For Easy_Install

easy_install -U PyDictionary

Usage


PyDictionary can be utilised in 2 ways, either by creating a dictionary

instance which can take words as arguments or by creating a dictionary

instance with a fixed amount of words.

For example,

from PyDictionary import PyDictionary

dictionary=PyDictionary()

This is will create a local instance of the PyDictionary class and now

it can be used to get meanings, translations etc.

print (dictionary.meaning("indentation"))

This will return a dictionary containing the meanings of the word. For

example the above code will return:

{'Noun': ['a concave cut into a surface or edge (as in a coastline', 'the

 formation of small pits in a surface as a consequence of corrosion', 'th

e space left between the margin and the start of an indented line', 'the

act of cutting into an edge with toothlike notches or angular incisions']

}

The dictionary keys are the different types of the word. If a word is

both a verb and a noun then there will be 2 keys:’Noun’ and ‘Verb’. Each

key refers to a list containing the meanings

For Synonyms,

print (dictionary.synonym("Life"))

This will return a list containing the Synonyms of the word.

For Antonyms,

print (dictionary.antonym("Life"))

This will return a list containing the Antonyms of the word.

For Translations,

print (dictionary.translate("Range",'es'))

This will return the Translation of the word “Range” in Spanish. For

Language codes consult Google Translate. The return value is String in

Python 3 and Unicode in Python 2

Alternatively, you can set a fixed number of words to the PyDictionary

Instance. This is useful if you just want to get the meanings of some

words quickly without any development need.

Example:

from PyDictionary import PyDictionary



dictionary=PyDictionary("hotel","ambush","nonchalant","perceptive")

'There can be any number of words in the Instance'



print(dictionary.printMeanings()) '''This print the meanings of all the words'''

print(dictionary.getMeanings()) '''This will return meanings as dictionaries'''

print (dictionary.getSynonyms())



print (dictionary.translateTo("hi")) '''This will translate all words to Hindi'''

Similarly Synonyms and Antonyms can also be printed onto the screen.

Using the PyDictionary API


I’m very happy to say that the PyDictionary API has been launched.

It’s very easy to use and it returns Meanings, Antonyms, Synonyms and

Translations in JSON. It runs on Red Hat Open Shift Servers and it uses

Flask.

Usage


For meanings,

http://pydictionary-geekpradd.rhcloud.com/api/meaning/[word]

For Antonyms,

http://pydictionary-geekpradd.rhcloud.com/api/antonym/[word]

For Synonyms,

http://pydictionary-geekpradd.rhcloud.com/api/synonym/[word]

For Translations,

http://pydictionary-geekpradd.rhcloud.com/api/translate/[code]/[word]

Replace word with the word parameter and ‘code’ with the Google

Translate Language code

Apps using PyDictionary


Check this awesome pygame windows game created by RajK853 that improves

your vocabulary by using PyDictionary:

Vocab

Download link: Vocab ###About

The source is in the source.py file. Feel free to check it out.

Created By Pradipta. Copyright 2014

Release files for PyDictionary 1.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for PyDictionary 1.4.0
File Size Uploaded
PyDictionary-1.4.0.zip 8.1 kB Details

Release files / PyDictionary-1.4.0.zip

Download URL PyDictionary-1.4.0.zip
Size 8.1 kB
Tags Source
SHA-256 checksum
How to use checksums
4651efbd62296eb0e47ea4130884db463cc6b065d744c6a7ddc068ff2bb45164
BLAKE2b-256 checksum
How to use checksums
70ea83bd6d7fda1aaaf78c91d5629215eb8af176b424afcebf62ccd652a0f2b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

2.0.1

2 release files

2.0.0

1 release file

1.5.2

1 release file

1.5.0

1 release file

This release

1.4.0 This release

1 release file

1.3.9

1 release file

1.3.8

1 release file

1.3.7

1 release file

1.3.6

1 release file

1.3.5

1 release file

1.3.4

1 release file

1.3.3

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3.0

1 release file

1.1.4

1 release file

1.1.3

1 release file

1.1.2

1 release file

1.1.1

1 release file

1.1

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page