Santiago Rodríguez and Jesús Carretero
May 2008
The current distribution of COES includes a speller for the Spanish language.
COES tools must be used integrated with the international ispell program (version 3.1.13 or further) or aspell.
Several releases of COES have been publicly distributed with the
following agenda:
Version | Date |
V 1.1 | December 1994 |
V 1.2 | January 1995 |
V 1.3 | February 1995 |
V 1.4 | April 1995 |
V 1.5 | November 1996 |
V 1.6 | April 1999 |
V 1.7 | June 2001 |
V 1.8 | March 2005 |
V 1.9 | November 2005 |
V 1.10 | May 2008 |
COES PROfessional | NON GPL version |
If you use aspell, you can get an instalable package from http://www.datsi.fi.upm.es/~coes/aspell-es-0.50-2.tar.bz2. This package is based on COES (release 1.7). The original distribution can be located at http://aspell.sourceforge.net.
Aspell is another spell checker and more information can be accessed
here.
espa~nol-X.X.tar.gz
file
(X.X is the version number).
To extract sources that are in files ending in `.tar.gz' you can use the command
gzip -d < espa~nol-X.X.tar.gz | tar xf -
espa~nol-X.X.tar.gz
is the name of the file.
espa~nol.aff
: Affixes file.
espa~nol.words
: Contains a list of words that appear in the
official español dictionary (Diccionario de la Real Academia Española
de la Lengua 21st edition).
espa~nol.nofl
: Contains a list of words not appearing in the
official dictionary but being used normal spanish and they are "correct"
words.
espa~nol.comp
: Contains a list of words not appearing in the
official dictionary but being used in computer related texts.
antiguas.words
: Contains a list of words that appear in the
official espa nol dictionary and they are old ones that are not
currently in use.
espa~nol.words+
: Contains the expanded list of words generated
from the espa~nol.words
and espa~nol.comp
word files.
e~nes
: Script for replacing the 'n and 'N by n and N in the
espa~nol.aff
, espa~nol.words
and espa~nol.words+
. If
you use the second way to specify this letter you have to run this script.
This
script uses the sed utility. It has been checked by using the GNU sed
version 2.05. If you want to run this script make sure that you have the
GNU sed installed and type:
make e~ne
Makefile
: Makefile for building the hash file
(espa~nol.hash
) from the affix file and the espa~nol.words
file.
e~nes
.
There are two options: 'n
'N
and ~n
~N
. If you
use the second option, you must execute the script e~nes
. This
script uses the sed utility. It has been checked by using the GNU sed
version 2.05. If you want to run this script make sure that you have the
GNU sed installed and type:
make e~ne
espa~nol.hash
file) type:
make
espa~nol.hash
from the expanded word
list (espa~nol.words+
), just type:
make build
espa~nol.hash
) is
4 Mbytes. If you get a size much bigger, probably it is due to the
sort command of the operating system (Solaris 2.7 has this problem). In this
case we recommend to install the textutils package of GNU and be sure that
the sort command that you use is the textutils one.
make install
Code | Char |
' a |
á |
' e | é |
' i | í |
' o | ó |
' u | ú |
' n | n |
" u | ü |
' A | Á |
' E | É |
' I | Í |
' O | Ó |
' U | Ú |
' N | N |
" U | Ü |
Code | Char |
|
á |
\ ' e |
é |
\ ' {\ i} |
í |
\ ' o |
ó |
\ ' u |
ú |
\ ' n |
ñ |
\ " u |
ü |
\ ' A |
Á |
\ ' E |
É |
\ ' {\ I} |
Í |
\ ' O |
Ó |
\ ' U |
Ú |
\ ' N |
Ñ |
\ " U |
Ü |
Code | Char |
\ ' {a} |
á |
\ ' {e} |
é |
\ ' {\ i} |
í |
\ ' {o} |
ó |
\ ' {u} |
ú |
\ ' {n} |
ñ |
\ " {u} |
ü |
\ ' {A} |
Á |
\ ' {E} |
É |
\ ' {\ I} |
Í |
\ ' {O} |
Ó |
\ ' {U} |
Ú |
\ ' {N} |
Ñ |
\ " {U} |
Ü |
Code | Char |
á | á |
é | é |
í | í |
ó | ó |
ú | ú |
Á | Á |
É | É |
Í | Í |
Ó | Ó |
Ú | Ú |
ñ | ñ |
Ñ | Ñ |
ü | ü |
Ü | Ü |
ispell -T <formatter> -d espa~nol <file>
espa~nol.hash
file is available for MSDOS users at:
http://www.datsi.fi.upm.es/~coes/espa~nol.zip
.ispell_espa~nol
stored in the home
directory of every user.
Santiago Rodríguez
Departamento de Arquitectura y Tecnología de Sistemas Informáticos (DATSI) Facultad de Informática. Universidad Politécnica de Madrid Campus de Montegancedo s/n. 28660 Boadilla del Monte, Madrid, España. Email: srodri@fi.upm.es |
Jesús Carretero Universidad Carlos III de Madrid Despacho 2.2.A.25 Edificio Sabatini Campus de Leganés Avda de la Universidad, 30 28911, Leganés, Madrid, España Email: jesus.carretero@uc3m.es |