• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-

CopyrightH A D15-Mar-200421.1 KiB431350

Makefile.preH A D15-Mar-20041.3 KiB6242

READMEH A D15-Mar-20041.9 KiB6246

configureH A D09-Mar-20042.5 KiB9061

infoH A D15-Mar-2004285 1817

malay.aliasH A D15-Mar-200472 32

ms.cwlH A D14-Mar-200470.2 KiB

ms.datH A D15-Mar-2004133 65

ms.multiH A D15-Mar-200470 32

README

1GNU Aspell Malay Word List Package
2Version 0.50-0
32004-03-14
4by Kevin Atkinson (kevina@gnu.org)
5Original Word List By:
6  Norazah Abd Aziz (azahaa at mimos my)
7  Imran William Smith
8Copyright Terms: Open Source (see the file Copyright for the exact terms)
9Source Verson: 1.0.3
10
11This is the Aspell word list for Malay.
12
13If Aspell is installed and aspell and word-list-compress are all
14in the path first do a:
15
16  ./configure
17
18Which should output something like:
19
20  Finding Dictionary file location ... /usr/local/lib/aspell
21  Finding Data file location ... /usr/local/share/aspell
22
23if it did not something likely went wrong.
24
25After that build the package with:
26  make
27and then install it with
28  make install
29
30If any of the above mentioned programs are not in your path than the
31variables, ASPELL and/or WORD_LIST_COMPRESS need to be set to the
32commands (with path) to run the utilities.  These variables may be set
33in the environment before configure is run or specified at the command
34line using the following syntax
35  ./configure --vars VAR1=VAL1 ...
36Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
37
38To clean up after the build:
39  make clean
40
41To uninstall the files:
42  make uninstall
43
44After the word lists are installed you can use the main one (ms) by
45setting the LANG environmental variable to ms or running Aspell
46with --lang=ms.  You may also chose the dictionary directly
47with the -d or --master option of Aspell.  You can chose from any of
48the following dictionaries:
49  ms (malay)
50Whereas the names in parentheses are alternate names for the
51dictionary preceding the parentheses.
52
53If you have any problem with installing or using the word lists please
54let me (Kevin Atkinson) know.
55
56If you have problems with the actual word lists please contact one of
57the Word lists authors as I do not maintain the actual Word Lists.
58
59Any additional documentation that came with the original word list can
60be found in the doc/ directory.
61
62