The Swedish Ispell Dictionary

This is the Swedish dictionary, to be used with ispell version 3.1.

Copyright

Copyright (c) Göran Andersson 1997.
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
The GNU General Public License

Installation

First check that ispell is installed on your system. If it isn't, you can get the source code from ispell's home page,
http://fmg-www.cs.ucla.edu/geoff/ispell.html.
Note that ispell must be compiled without the directive NO8BIT in the file local.h.

Download iswedish-1.1.tar.gz. Then run the commands

  gunzip iswedish-1.1.tar.gz
  tar -xvf iswedish-1.1.tar
  cd iswedish-1.1
  buildhash svenska.0 svenska.aff svenska.hash
  cp svenska.aff svenska.hash /usr/lib/ispell
  cd ..
  rm -r iswedish-1.1
  
(You might have to substitute e.g. /usr/local/lib/ispell for /usr/lib/ispell above.)
Göran Andersson,
goran_a@maths.lth.se