aboutsummaryrefslogtreecommitdiffstats
path: root/developer.html
blob: d6fb983a1d4e640b029ee8eaa6ed850f75c529db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
  <title>For developers of the norwegian spellchecking system</title>
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  <link rev="made" href="mailto:i18n-no&#64;lister&#46;ping&#46;uio&#46;no">
  <link rel="top" href="http://no.speling.org/">
  <meta name="Language" content="en">
  <meta name="Author"
        content="Petter Reinholdtsen,Torstein Dybvad">
  <link rel="stylesheet" href="http://developer.skolelinux.no/skl-ren_css.css" type="text/css">
</head>

<body>

  <div class="hbar"></div>

  <div class="menu">
  <a href="/">spell-norwegian</a><br>
  </div>

  <div class="body">

  <h1>Information for developers of the norwegian spellchecking system</h1>

<br>
Short information for building the wordlist with cvs checkout.<br>
<br>
Steps for building wordlists.<br>
<br>
Download ispell.3.2.06<br>
Untar ispell package<br>
Patch with ispell patch from cvs<br>
copy files for cvs into languages/norsk folder inside ispell folder.<br>
build ispell. (ispell is a bit tricky to build some times, check out
the Readme file included in the ispell-tarball)<br>
go to languages/norsk folder<br>
make -f Makefile.new myspell-dist<br>
make -f Makefile.new aspell-dist<br>
the aspell tar.bz2 files are aspell wordlists<br>
and myspell files are there.<br>
<br>
To make the ispell files type<br>
<br>
make all<br>
<br>
this will make the nynorsk.hash and bokmal.hash ispell files.<br>
<br>
More information coming.<br>
  </div>

  <div class="hbar"></div>
</body>
</html>