Bug 9819 - QA Followup: Stopwords vestiges in es-ES removed
Gotcha. To+ Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
011cc84ebf
commit
50a73a8553
2 changed files with 0 additions and 100 deletions
|
@ -1,99 +0,0 @@
|
||||||
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');
|
|
|
@ -1 +0,0 @@
|
||||||
Palabras vacías en español. Pueden ser modificadas luego de concluida la instalación.
|
|
Loading…
Reference in a new issue