Koha/installer/data/mysql/it-IT/necessari/stopwords.sql
Galen Charlton 4f3043a0d2 Italian installer SQL
Created by Zeno Tajoli <tajoli@cilea.it>.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-10-12 10:18:39 -04:00

194 lines
No EOL
1.8 KiB
SQL

SET FOREIGN_KEY_CHECKS=0;
INSERT INTO `stopwords` (`word`) VALUES
('a'),
('about'),
('ad'),
('after'),
('ai'),
('al'),
('all'),
('alla'),
('alle'),
('allo'),
('also'),
('an'),
('and'),
('another'),
('any'),
('are'),
('as'),
('at'),
('b'),
('back'),
('be'),
('because'),
('been'),
('being'),
('but'),
('by'),
('c'),
('can'),
('ci'),
('col'),
('con'),
('could'),
('d'),
('da'),
('dagli'),
('dai'),
('dal'),
('dall'),
('dalla'),
('dalle'),
('dallo'),
('de'),
('degli'),
('dei'),
('del'),
('dell'),
('della'),
('delle'),
('dello'),
('di'),
('did'),
('do'),
('e'),
('each'),
('ed'),
('end'),
('et'),
('even'),
('f'),
('for'),
('fra'),
('from'),
('g'),
('get'),
('gli'),
('go'),
('h'),
('had'),
('have'),
('he'),
('her'),
('here'),
('his'),
('how'),
('however'),
('i'),
('if'),
('il'),
('in'),
('into'),
('is'),
('it'),
('j'),
('just'),
('k'),
('l'),
('la'),
('le'),
('lo'),
('m'),
('may'),
('me'),
('mi'),
('might'),
('more'),
('much'),
('must'),
('my'),
('n'),
('ne'),
('negli'),
('nel'),
('nell'),
('nella'),
('nello'),
('no'),
('non'),
('not'),
('o'),
('of'),
('off'),
('on'),
('only'),
('oppure'),
('or'),
('other'),
('our'),
('out'),
('over'),
('p'),
('per'),
('q'),
('r'),
('s'),
('saw'),
('si'),
('since'),
('should'),
('so'),
('some'),
('still'),
('su'),
('such'),
('sugli'),
('sui'),
('sul'),
('sull'),
('sulla'),
('sulle'),
('t'),
('te'),
('than'),
('that'),
('the'),
('their'),
('them'),
('then'),
('there'),
('these'),
('they'),
('this'),
('those'),
('ti'),
('to'),
('too'),
('tra'),
('try'),
('two'),
('u'),
('un'),
('una'),
('under'),
('uno'),
('up'),
('upon'),
('us'),
('v'),
('vi'),
('was'),
('we'),
('were'),
('what'),
('when'),
('where'),
('whether'),
('which'),
('while'),
('who'),
('why'),
('will'),
('with'),
('within'),
('without'),
('would'),
('x'),
('y'),
('you'),
('your'),
('z');
SET FOREIGN_KEY_CHECKS=1;