#
# This is script for MySQL
# to create french stop-list 
# use: "mysql database < stop.fr.txt"
#
# File created by Christophe Lauer <clauer@citeweb.net>,
# July 7th, 1999 for the UdmSearch Project.
#

INSERT INTO stopword VALUES ('a');
INSERT INTO stopword VALUES ('abord');
INSERT INTO stopword VALUES ('alors');
INSERT INTO stopword VALUES ('au');
INSERT INTO stopword VALUES ('aucuns');
INSERT INTO stopword VALUES ('aussi');
INSERT INTO stopword VALUES ('autre');
INSERT INTO stopword VALUES ('avant');
INSERT INTO stopword VALUES ('avec');
INSERT INTO stopword VALUES ('avoir');
INSERT INTO stopword VALUES ('bon');
INSERT INTO stopword VALUES ('car');
INSERT INTO stopword VALUES ('ce');
INSERT INTO stopword VALUES ('cela');
INSERT INTO stopword VALUES ('certain');
INSERT INTO stopword VALUES ('ces');
INSERT INTO stopword VALUES ('ceux');
INSERT INTO stopword VALUES ('chaque');
INSERT INTO stopword VALUES ('ci');
INSERT INTO stopword VALUES ('comme');
INSERT INTO stopword VALUES ('comment');
INSERT INTO stopword VALUES ('dans');
INSERT INTO stopword VALUES ('de');
INSERT INTO stopword VALUES ('dedans');
INSERT INTO stopword VALUES ('dehors');
INSERT INTO stopword VALUES ('depuis');
INSERT INTO stopword VALUES ('deux');
INSERT INTO stopword VALUES ('devrait');
INSERT INTO stopword VALUES ('doit');
INSERT INTO stopword VALUES ('donc');
INSERT INTO stopword VALUES ('dos');
INSERT INTO stopword VALUES ('droite');
INSERT INTO stopword VALUES ('dbut');
INSERT INTO stopword VALUES ('elle');
INSERT INTO stopword VALUES ('elles');
INSERT INTO stopword VALUES ('en');
INSERT INTO stopword VALUES ('encore');
INSERT INTO stopword VALUES ('essai');
INSERT INTO stopword VALUES ('est');
INSERT INTO stopword VALUES ('et');
INSERT INTO stopword VALUES ('eu');
INSERT INTO stopword VALUES ('fait');
INSERT INTO stopword VALUES ('faites');
INSERT INTO stopword VALUES ('fois');
INSERT INTO stopword VALUES ('font');
INSERT INTO stopword VALUES ('force');
INSERT INTO stopword VALUES ('haut');
INSERT INTO stopword VALUES ('hors');
INSERT INTO stopword VALUES ('ici');
INSERT INTO stopword VALUES ('il');
INSERT INTO stopword VALUES ('ils');
INSERT INTO stopword VALUES ('je');
INSERT INTO stopword VALUES ('juste');
INSERT INTO stopword VALUES ('la');
INSERT INTO stopword VALUES ('le');
INSERT INTO stopword VALUES ('les');
INSERT INTO stopword VALUES ('leur');
INSERT INTO stopword VALUES ('l');
INSERT INTO stopword VALUES ('ma');
INSERT INTO stopword VALUES ('maintenant');
INSERT INTO stopword VALUES ('mais');
INSERT INTO stopword VALUES ('mes');
INSERT INTO stopword VALUES ('mine');
INSERT INTO stopword VALUES ('moins');
INSERT INTO stopword VALUES ('mon');
INSERT INTO stopword VALUES ('mot');
INSERT INTO stopword VALUES ('mme');
INSERT INTO stopword VALUES ('ni');
INSERT INTO stopword VALUES ('nomms');
INSERT INTO stopword VALUES ('notre');
INSERT INTO stopword VALUES ('nous');
INSERT INTO stopword VALUES ('nouveaux');
INSERT INTO stopword VALUES ('or');
INSERT INTO stopword VALUES ('ou');
INSERT INTO stopword VALUES ('o');
INSERT INTO stopword VALUES ('par');
INSERT INTO stopword VALUES ('parce');
INSERT INTO stopword VALUES ('parole');
INSERT INTO stopword VALUES ('pas');
INSERT INTO stopword VALUES ('personnes');
INSERT INTO stopword VALUES ('peut');
INSERT INTO stopword VALUES ('peu');
INSERT INTO stopword VALUES ('pice');
INSERT INTO stopword VALUES ('plupart');
INSERT INTO stopword VALUES ('plus');
INSERT INTO stopword VALUES ('point');
INSERT INTO stopword VALUES ('pour');
INSERT INTO stopword VALUES ('pourquoi');
INSERT INTO stopword VALUES ('quand');
INSERT INTO stopword VALUES ('que');
INSERT INTO stopword VALUES ('quel');
INSERT INTO stopword VALUES ('quelle');
INSERT INTO stopword VALUES ('quelles');
INSERT INTO stopword VALUES ('quels');
INSERT INTO stopword VALUES ('qui');
INSERT INTO stopword VALUES ('sa');
INSERT INTO stopword VALUES ('sans');
INSERT INTO stopword VALUES ('ses');
INSERT INTO stopword VALUES ('seulement');
INSERT INTO stopword VALUES ('si');
INSERT INTO stopword VALUES ('sien');
INSERT INTO stopword VALUES ('son');
INSERT INTO stopword VALUES ('sont');
INSERT INTO stopword VALUES ('sous');
INSERT INTO stopword VALUES ('soyez');
INSERT INTO stopword VALUES ('sujet');
INSERT INTO stopword VALUES ('sur');
INSERT INTO stopword VALUES ('ta');
INSERT INTO stopword VALUES ('tandis');
INSERT INTO stopword VALUES ('tellement');
INSERT INTO stopword VALUES ('tels');
INSERT INTO stopword VALUES ('tes');
INSERT INTO stopword VALUES ('ton');
INSERT INTO stopword VALUES ('tous');
INSERT INTO stopword VALUES ('tout');
INSERT INTO stopword VALUES ('trop');
INSERT INTO stopword VALUES ('trs');
INSERT INTO stopword VALUES ('tu');
INSERT INTO stopword VALUES ('un');
INSERT INTO stopword VALUES ('us');
INSERT INTO stopword VALUES ('valeur');
INSERT INTO stopword VALUES ('voie');
INSERT INTO stopword VALUES ('voient');
INSERT INTO stopword VALUES ('vont');
INSERT INTO stopword VALUES ('votre');
INSERT INTO stopword VALUES ('vous');
INSERT INTO stopword VALUES ('vu');
INSERT INTO stopword VALUES ('a');
INSERT INTO stopword VALUES ('taient');
INSERT INTO stopword VALUES ('tat');
INSERT INTO stopword VALUES ('tions');
INSERT INTO stopword VALUES ('t');
INSERT INTO stopword VALUES ('tre');
