LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Etymological dictionary? (https://www.linuxquestions.org/questions/linux-software-2/etymological-dictionary-470485/)

gypsy_rabbi 08-03-2006 01:01 PM

Etymological dictionary?
 
Anyone know of a dictionary (an extension to ispell, perhaps?) that can give etymology? This is for an etymological-analysis project, so my code will have many books worth of words to look up, and so I'd really prefer not to use a website that lets you look up one word at a time.

Thanks,

GR

lugoteehalt 08-04-2006 09:58 AM

This any good??

gypsy_rabbi 08-09-2006 05:09 PM

Thanks, lugoteehalt, edict seems like a pretty cool idea. Note, though, that it still looks up each word from dictionary.com right when you query it (doesn't cache words).

What I finally did, for anyone who cares: the books I want to analyze are available in plain text, so I awked out a list of all the unique words in the books (turned out to be only around 5,000 of them), and wrote a script to query dictionary.com for each word and cache the results locally. Even with a 10-second pause between words to be nice, it took less than a day, and now I can do my analysis at leisure.

GR


All times are GMT -5. The time now is 05:56 PM.