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

..03-May-2022-

doc/H03-May-2022-7549

COPYINGH A D05-Jul-200925.8 KiB503418

CopyrightH A D29-Feb-2008823 1713

Makefile.preH A D05-Jul-20091.7 KiB7552

READMEH A D05-Jul-20092.6 KiB7356

br-abnt2.kbdH A D29-Feb-2008172 2826

configureH A D05-Jul-20092.4 KiB9061

infoH A D05-Jul-2009605 2423

pt_BR.datH A D05-Jul-2009162 76

pt_BR.multiH A D05-Jul-200973 32

pt_BR_affix.datH A D05-Jul-2009880.6 KiB

README

1GNU Aspell 0.60 Brazilian Portuguese (Português do Brasil) Dictionary Package
2Version 20090702-0
32009-07-05
4Maintained By:
5  Leonardo Ferreira Fontenelle <leonardof at gnome org>
6Original Word List Also By:
7  Raimundo Santos Moura <raimundomoura at openoffice org>
8Copyright Terms: LGPLv2.1 (see the file Copyright for the exact terms)
9Source URL: http://www.broffice.org/verortografico
10This word list is considered both complete and accurate.
11
12This is the Brazilian Portuguese dictionary for Aspell.  It requires Aspell
13version 0.60 or better.
14
15If Aspell is installed and aspell and prezip-bin are all
16in the path first do a:
17
18  ./configure
19
20Which should output something like:
21
22  Finding Dictionary file location ... /usr/local/lib/aspell
23  Finding Data file location ... /usr/local/share/aspell
24
25if it did not something likely went wrong.
26
27After that build the package with:
28  make
29and then install it with
30  make install
31
32If any of the above mentioned programs are not in your path than the
33variables, ASPELL and/or PREZIP need to be set to the
34commands (with path) to run the utilities.  These variables may be set
35in the environment before configure is run or specified at the command
36line using the following syntax
37  ./configure --vars VAR1=VAL1 ...
38Other useful variables configure recognizes are ASPELL_PARMS, and DESTDIR.
39
40To clean up after the build:
41  make clean
42
43To uninstall the files:
44  make uninstall
45
46After the dictionaries are installed you can use the main one (pt_BR) by
47setting the LANG environmental variable to pt_BR or running Aspell
48with "--lang=pt_BR".  You may also chose the dictionary directly
49with the "-d" or "--master" option of Aspell.  You can chose from any of
50the following dictionaries:
51  pt_BR
52Whereas the names in parentheses are alternate names for the
53dictionary preceding the parentheses.
54
55The individual word lists have an extension of ".cwl" and are
56compressed to save space.  To uncompress a word list use
57"preunzip BASE.cwl" which will uncompress it and rename the file
58to "BASE.wl".  To dump a compressed word list to standard output use
59"precat BASE.cwl".  To uncompress all word lists in the current
60directory use "preunzip *.cwl".  For more help on "preunzip" use
61"preunzip --help".
62
63If you have any problem with installing or using the word lists please
64let the Aspell maintainer, Kevin Atkinson, know at kevina@gnu.org.
65
66If you have problems with the actual word lists please contact one of
67the Word lists authors as the Aspell maintainer does not maintain the
68actual Word Lists.
69
70Any additional documentation that came with the original word list can
71be found in the doc/ directory.
72
73