General Question

intro24's avatar

Where can I find a dictionary for Python?

Asked by intro24 (1434points) November 27th, 2007
3 responses
“Great Question” (0points)

Anybody know of a simple way to import some sort of dictionary into Python programming language or a way to easily use a web-based dictionary in it?

Observing members: 0
Composing members: 0

Answers

sferik's avatar

I assume you’re talking about a dictionary that contains definitions of English words, as opposed to the dictionary datatype.

I would recommend using PyWordNet, a Python interface to WordNet.

intro24's avatar

Thanks sferik. And yes, I need a dictionary of english words.

sferik's avatar

Unpon further investigation, it appears that the Natural Language Toolkit has taken over the development of PyWordNet. You can use the nltk_lite.wordnet Python package.

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`