Re: Open source English dictionary to use programmatically w/ python

2008-01-08 Thread Tobiah
dgoldsmith_89 wrote: > Can anyone point me to a downloadable open source English dictionary > suitable for programmatic use with python: I'm programming a puzzle > generator, and I need to be able to generate more or less complete > lists of English words, alphabetized. Thanks! DG If all you wan

Re: Open source English dictionary to use programmatically w/ python

2008-01-08 Thread dgoldsmith_89
On Jan 7, 3:50 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Jan 7, 5:10 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > > > > > On Jan 7, 2:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > On Jan 7, 4:37 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > > > > > Can anyone point

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread [EMAIL PROTECTED]
On Jan 7, 5:10 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > On Jan 7, 2:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > On Jan 7, 4:37 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > > > > Can anyone point me to a downloadable open source English dictionary > > > suitable for programma

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread Paul McGuire
On Jan 7, 5:10 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > > Sorry for my ignorance: I can query an Access DB w/ standard SQL > queries (and this is how I would access it w/ Python)? > > DG If you are running on a Mac, just use sqlite, it's built-in to Python as of v2.5 and you will find more h

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread dgoldsmith_89
On Jan 7, 2:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Jan 7, 4:37 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > > > Can anyone point me to a downloadable open source English dictionary > > suitable for programmatic use with python: I'm programming a puzzle > > generator, and I nee

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread dgoldsmith_89
On Jan 7, 2:47 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > dgoldsmith_89 wrote: > > Can anyone point me to a downloadable open source English dictionary > > suitable for programmatic use with python: I'm programming a puzzle > > generator, and I need to be able to generate more or less complete

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread [EMAIL PROTECTED]
On Jan 7, 4:37 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > Can anyone point me to a downloadable open source English dictionary > suitable for programmatic use with python: I'm programming a puzzle > generator, and I need to be able to generate more or less complete > lists of English words, alp

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread dgoldsmith_89
On Jan 7, 2:46 pm, Rick Dooling <[EMAIL PROTECTED]> wrote: > On Jan 7, 4:37 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > > > Can anyone point me to a downloadable open source English dictionary > > suitable for programmatic use with python: I'm programming a puzzle > > generator, and I need to be

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread Rick Dooling
On Jan 7, 4:37 pm, dgoldsmith_89 <[EMAIL PROTECTED]> wrote: > Can anyone point me to a downloadable open source English dictionary > suitable for programmatic use with python: I'm programming a puzzle > generator, and I need to be able to generate more or less complete > lists of English words, alp

Re: Open source English dictionary to use programmatically w/ python

2008-01-07 Thread Fredrik Lundh
dgoldsmith_89 wrote: > Can anyone point me to a downloadable open source English dictionary > suitable for programmatic use with python: I'm programming a puzzle > generator, and I need to be able to generate more or less complete > lists of English words, alphabetized. Thanks! DG here's one:

Open source English dictionary to use programmatically w/ python

2008-01-07 Thread dgoldsmith_89
Can anyone point me to a downloadable open source English dictionary suitable for programmatic use with python: I'm programming a puzzle generator, and I need to be able to generate more or less complete lists of English words, alphabetized. Thanks! DG -- http://mail.python.org/mailman/listinfo/