blob: 3fa974e6de490ccc01fac3c9c6a6bcc832bff0b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Thanks to Caerwyn Jones for preparing the dictionary
# and modifying dict to handle it.
# This is the Project Gutenberg original Webster's dictionary
wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/pgw.tar.bz2|
bunzip2|
tar xf -
# This is the Project Gutenberg original Roget's thesaurus
wget -O- http://pdos.lcs.mit.edu/~rsc/software/plan9/roget.tar.bz2|
bunzip2|
tar xf -
|