Koha/installer/data/mysql/pl-PL/mandatory/stopwords.sql
2009-12-22 00:43:25 +01:00

99 lines
959 B
SQL
Executable file

INSERT INTO stopwords VALUES
('a'),
('about'),
('also'),
('an'),
('and'),
('another'),
('any'),
('are'),
('as'),
('at'),
('back'),
('be'),
('because'),
('been'),
('being'),
('but'),
('by'),
('can'),
('could'),
('did'),
('do'),
('each'),
('end'),
('even'),
('for'),
('from'),
('get'),
('go'),
('had'),
('have'),
('he'),
('her'),
('here'),
('his'),
('how'),
('i'),
('if'),
('in'),
('into'),
('is'),
('it'),
('just'),
('may'),
('me'),
('might'),
('much'),
('must'),
('my'),
('no'),
('not'),
('of'),
('off'),
('on'),
('only'),
('or'),
('other'),
('our'),
('out'),
('should'),
('so'),
('some'),
('still'),
('such'),
('than'),
('that'),
('the'),
('their'),
('them'),
('then'),
('there'),
('these'),
('they'),
('this'),
('those'),
('to'),
('too'),
('try'),
('two'),
('under'),
('up'),
('us'),
('was'),
('we'),
('were'),
('what'),
('when'),
('where'),
('which'),
('while'),
('who'),
('why'),
('will'),
('with'),
('within'),
('without'),
('would'),
('you'),
('your');