#
# Dumping data for table 'stopword(lang, word)'
# Date: Mon, 9 Aug 1999 04:36:10 +0200 (MEST)
# From: Francisco Jose Montilla <pacopepe@raudo.dhis.org>
# To: devel@search.udm.net
# Subject: Spanish Stop Words
#I attach a spanish stop words list, though they're not
#exhaustive, it works in general (Spanish is soooo large....).
#

# Words that apear in other languages
INSERT INTO stopword(lang, word) VALUES ('', 'actual');
INSERT INTO stopword(lang, word) VALUES ('', 'de');
INSERT INTO stopword(lang, word) VALUES ('', 'se');
INSERT INTO stopword(lang, word) VALUES ('', 'y');


# Native words
INSERT INTO stopword(lang, word) VALUES ('es', 'un');
INSERT INTO stopword(lang, word) VALUES ('es', 'una');
INSERT INTO stopword(lang, word) VALUES ('es', 'unas');
INSERT INTO stopword(lang, word) VALUES ('es', 'unos');
INSERT INTO stopword(lang, word) VALUES ('es', 'uno');
INSERT INTO stopword(lang, word) VALUES ('es', 'sobre');
INSERT INTO stopword(lang, word) VALUES ('es', 'todo');
INSERT INTO stopword(lang, word) VALUES ('es', 'tambin');
INSERT INTO stopword(lang, word) VALUES ('es', 'tras');
INSERT INTO stopword(lang, word) VALUES ('es', 'otro');
INSERT INTO stopword(lang, word) VALUES ('es', 'algn');
INSERT INTO stopword(lang, word) VALUES ('es', 'alguno');
INSERT INTO stopword(lang, word) VALUES ('es', 'alguna');
INSERT INTO stopword(lang, word) VALUES ('es', 'algunos');
INSERT INTO stopword(lang, word) VALUES ('es', 'algunas');
INSERT INTO stopword(lang, word) VALUES ('es', 'ser');
INSERT INTO stopword(lang, word) VALUES ('es', 'es');
INSERT INTO stopword(lang, word) VALUES ('es', 'soy');
INSERT INTO stopword(lang, word) VALUES ('es', 'eres');
INSERT INTO stopword(lang, word) VALUES ('es', 'somos');
INSERT INTO stopword(lang, word) VALUES ('es', 'sois');
INSERT INTO stopword(lang, word) VALUES ('es', 'estoy');
INSERT INTO stopword(lang, word) VALUES ('es', 'esta');
INSERT INTO stopword(lang, word) VALUES ('es', 'estamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'estais');
INSERT INTO stopword(lang, word) VALUES ('es', 'estan');
INSERT INTO stopword(lang, word) VALUES ('es', 'como');
INSERT INTO stopword(lang, word) VALUES ('es', 'en');
INSERT INTO stopword(lang, word) VALUES ('es', 'para');
INSERT INTO stopword(lang, word) VALUES ('es', 'atras');
INSERT INTO stopword(lang, word) VALUES ('es', 'porque');
INSERT INTO stopword(lang, word) VALUES ('es', 'por qu');
INSERT INTO stopword(lang, word) VALUES ('es', 'estado');
INSERT INTO stopword(lang, word) VALUES ('es', 'estaba');
INSERT INTO stopword(lang, word) VALUES ('es', 'ante');
INSERT INTO stopword(lang, word) VALUES ('es', 'antes');
INSERT INTO stopword(lang, word) VALUES ('es', 'siendo');
INSERT INTO stopword(lang, word) VALUES ('es', 'ambos');
INSERT INTO stopword(lang, word) VALUES ('es', 'pero');
INSERT INTO stopword(lang, word) VALUES ('es', 'por');
INSERT INTO stopword(lang, word) VALUES ('es', 'poder');
INSERT INTO stopword(lang, word) VALUES ('es', 'puede');
INSERT INTO stopword(lang, word) VALUES ('es', 'puedo');
INSERT INTO stopword(lang, word) VALUES ('es', 'podemos');
INSERT INTO stopword(lang, word) VALUES ('es', 'podeis');
INSERT INTO stopword(lang, word) VALUES ('es', 'pueden');
INSERT INTO stopword(lang, word) VALUES ('es', 'fui');
INSERT INTO stopword(lang, word) VALUES ('es', 'fue');
INSERT INTO stopword(lang, word) VALUES ('es', 'fuimos');
INSERT INTO stopword(lang, word) VALUES ('es', 'fueron');
INSERT INTO stopword(lang, word) VALUES ('es', 'hacer');
INSERT INTO stopword(lang, word) VALUES ('es', 'hago');
INSERT INTO stopword(lang, word) VALUES ('es', 'hace');
INSERT INTO stopword(lang, word) VALUES ('es', 'hacemos');
INSERT INTO stopword(lang, word) VALUES ('es', 'haceis');
INSERT INTO stopword(lang, word) VALUES ('es', 'hacen');
INSERT INTO stopword(lang, word) VALUES ('es', 'cada');
INSERT INTO stopword(lang, word) VALUES ('es', 'fin');
INSERT INTO stopword(lang, word) VALUES ('es', 'incluso');
INSERT INTO stopword(lang, word) VALUES ('es', 'primero');
INSERT INTO stopword(lang, word) VALUES ('es', 'desde');
INSERT INTO stopword(lang, word) VALUES ('es', 'conseguir');
INSERT INTO stopword(lang, word) VALUES ('es', 'consigo');
INSERT INTO stopword(lang, word) VALUES ('es', 'consigue');
INSERT INTO stopword(lang, word) VALUES ('es', 'consigues');
INSERT INTO stopword(lang, word) VALUES ('es', 'conseguimos');
INSERT INTO stopword(lang, word) VALUES ('es', 'consiguen');
INSERT INTO stopword(lang, word) VALUES ('es', 'ir');
INSERT INTO stopword(lang, word) VALUES ('es', 'voy');
INSERT INTO stopword(lang, word) VALUES ('es', 'va');
INSERT INTO stopword(lang, word) VALUES ('es', 'vamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'vais');
INSERT INTO stopword(lang, word) VALUES ('es', 'van');
INSERT INTO stopword(lang, word) VALUES ('es', 'vaya');
INSERT INTO stopword(lang, word) VALUES ('es', 'gueno');
INSERT INTO stopword(lang, word) VALUES ('es', 'ha');
INSERT INTO stopword(lang, word) VALUES ('es', 'tener');
INSERT INTO stopword(lang, word) VALUES ('es', 'tengo');
INSERT INTO stopword(lang, word) VALUES ('es', 'tiene');
INSERT INTO stopword(lang, word) VALUES ('es', 'tenemos');
INSERT INTO stopword(lang, word) VALUES ('es', 'teneis');
INSERT INTO stopword(lang, word) VALUES ('es', 'tienen');
INSERT INTO stopword(lang, word) VALUES ('es', 'el');
INSERT INTO stopword(lang, word) VALUES ('es', 'la');
INSERT INTO stopword(lang, word) VALUES ('es', 'lo');
INSERT INTO stopword(lang, word) VALUES ('es', 'las');
INSERT INTO stopword(lang, word) VALUES ('es', 'los');
INSERT INTO stopword(lang, word) VALUES ('es', 'su');
INSERT INTO stopword(lang, word) VALUES ('es', 'aqui');
INSERT INTO stopword(lang, word) VALUES ('es', 'mio');
INSERT INTO stopword(lang, word) VALUES ('es', 'tuyo');
INSERT INTO stopword(lang, word) VALUES ('es', 'ellos');
INSERT INTO stopword(lang, word) VALUES ('es', 'ellas');
INSERT INTO stopword(lang, word) VALUES ('es', 'nos');
INSERT INTO stopword(lang, word) VALUES ('es', 'nosotros');
INSERT INTO stopword(lang, word) VALUES ('es', 'vosotros');
INSERT INTO stopword(lang, word) VALUES ('es', 'vosotras');
INSERT INTO stopword(lang, word) VALUES ('es', 'si');
INSERT INTO stopword(lang, word) VALUES ('es', 'dentro');
INSERT INTO stopword(lang, word) VALUES ('es', 'solo');
INSERT INTO stopword(lang, word) VALUES ('es', 'solamente');
INSERT INTO stopword(lang, word) VALUES ('es', 'saber');
INSERT INTO stopword(lang, word) VALUES ('es', 'sabes');
INSERT INTO stopword(lang, word) VALUES ('es', 'sabe');
INSERT INTO stopword(lang, word) VALUES ('es', 'sabemos');
INSERT INTO stopword(lang, word) VALUES ('es', 'sabeis');
INSERT INTO stopword(lang, word) VALUES ('es', 'saben');
INSERT INTO stopword(lang, word) VALUES ('es', 'ultimo');
INSERT INTO stopword(lang, word) VALUES ('es', 'largo');
INSERT INTO stopword(lang, word) VALUES ('es', 'bastante');
INSERT INTO stopword(lang, word) VALUES ('es', 'haces');
INSERT INTO stopword(lang, word) VALUES ('es', 'muchos');
INSERT INTO stopword(lang, word) VALUES ('es', 'aquellos');
INSERT INTO stopword(lang, word) VALUES ('es', 'aquellas');
INSERT INTO stopword(lang, word) VALUES ('es', 'sus');
INSERT INTO stopword(lang, word) VALUES ('es', 'entonces');
INSERT INTO stopword(lang, word) VALUES ('es', 'tiempo');
INSERT INTO stopword(lang, word) VALUES ('es', 'verdad');
INSERT INTO stopword(lang, word) VALUES ('es', 'verdadero');
INSERT INTO stopword(lang, word) VALUES ('es', 'verdadera');
INSERT INTO stopword(lang, word) VALUES ('es', 'cierto');
INSERT INTO stopword(lang, word) VALUES ('es', 'ciertos');
INSERT INTO stopword(lang, word) VALUES ('es', 'cierta');
INSERT INTO stopword(lang, word) VALUES ('es', 'ciertas');
INSERT INTO stopword(lang, word) VALUES ('es', 'intentar');
INSERT INTO stopword(lang, word) VALUES ('es', 'intento');
INSERT INTO stopword(lang, word) VALUES ('es', 'intenta');
INSERT INTO stopword(lang, word) VALUES ('es', 'intentas');
INSERT INTO stopword(lang, word) VALUES ('es', 'intentamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'intentais');
INSERT INTO stopword(lang, word) VALUES ('es', 'intentan');
INSERT INTO stopword(lang, word) VALUES ('es', 'dos');
INSERT INTO stopword(lang, word) VALUES ('es', 'bajo');
INSERT INTO stopword(lang, word) VALUES ('es', 'arriba');
INSERT INTO stopword(lang, word) VALUES ('es', 'encima');
INSERT INTO stopword(lang, word) VALUES ('es', 'usar');
INSERT INTO stopword(lang, word) VALUES ('es', 'uso');
INSERT INTO stopword(lang, word) VALUES ('es', 'usas');
INSERT INTO stopword(lang, word) VALUES ('es', 'usa');
INSERT INTO stopword(lang, word) VALUES ('es', 'usamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'usais');
INSERT INTO stopword(lang, word) VALUES ('es', 'usan');
INSERT INTO stopword(lang, word) VALUES ('es', 'emplear');
INSERT INTO stopword(lang, word) VALUES ('es', 'empleo');
INSERT INTO stopword(lang, word) VALUES ('es', 'empleas');
INSERT INTO stopword(lang, word) VALUES ('es', 'emplean');
INSERT INTO stopword(lang, word) VALUES ('es', 'ampleamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'empleais');
INSERT INTO stopword(lang, word) VALUES ('es', 'valor');
INSERT INTO stopword(lang, word) VALUES ('es', 'muy');
INSERT INTO stopword(lang, word) VALUES ('es', 'era');
INSERT INTO stopword(lang, word) VALUES ('es', 'eras');
INSERT INTO stopword(lang, word) VALUES ('es', 'eramos');
INSERT INTO stopword(lang, word) VALUES ('es', 'eran');
INSERT INTO stopword(lang, word) VALUES ('es', 'modo');
INSERT INTO stopword(lang, word) VALUES ('es', 'bien');
INSERT INTO stopword(lang, word) VALUES ('es', 'cual');
INSERT INTO stopword(lang, word) VALUES ('es', 'cuando');
INSERT INTO stopword(lang, word) VALUES ('es', 'donde');
INSERT INTO stopword(lang, word) VALUES ('es', 'mientras');
INSERT INTO stopword(lang, word) VALUES ('es', 'quien');
INSERT INTO stopword(lang, word) VALUES ('es', 'con');
INSERT INTO stopword(lang, word) VALUES ('es', 'entre');
INSERT INTO stopword(lang, word) VALUES ('es', 'sin');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabajo');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabajar');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabajas');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabaja');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabajamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabajais');
INSERT INTO stopword(lang, word) VALUES ('es', 'trabajan');
INSERT INTO stopword(lang, word) VALUES ('es', 'podria');
INSERT INTO stopword(lang, word) VALUES ('es', 'podrias');
INSERT INTO stopword(lang, word) VALUES ('es', 'podriamos');
INSERT INTO stopword(lang, word) VALUES ('es', 'podrian');
INSERT INTO stopword(lang, word) VALUES ('es', 'podriais');
INSERT INTO stopword(lang, word) VALUES ('es', 'yo');
INSERT INTO stopword(lang, word) VALUES ('es', 'aquel');

