GNU Aspell Galicianportuguese Word List Package
Version 0.1
2005-09-30
by Ramom Flores (fa2ramom at usc es)
Word List by:
  Ramom Flores (fa2ramon at usc es)
Copyright Terms: GPL
see the file Copyright for the exact copyright.

This is the Aspell word list for Galicianportuguese.

If Aspell is installed and aspell and word-list-compress are all
in the path first do a:

  ./configure

Which should output something like:

  Finding Dictionary file location ... /usr/local/lib/aspell
  Finding Data file location ... /usr/local/share/aspell

if it did not something likely went wrong.

After that build the package with:
  make
and then install it with
  make install

If any of the above mentioned programs are not in your path than the
variables, ASPELL and/or WORD_LIST_COMPRESS need to be set to the
commands (with path) to run the utilities.  These variables may be set
in the environment before configure is run or specified at the command
line using the following syntax
  ./configure --vars VAR1=VAL1 ...
Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.

To clean up after the build:
  make clean

To uninstall the files:
  make uninstall

After the word list is installed you can use it by running Aspell
with the "-d agal" or "--master=agal" options of Aspell. For example,
to check file aaa.txt:

	aspell -d agal check aaa.txt

You can chose from any of the following dictionaries:
  agal (galician-portuguese portugus-galego)
Whereas the names in parentheses are alternate names for the
dictionary preceding the parentheses.

Any additional documentation that came with the original word list can
be found in the doc/ directory.
