Koha/installer/data/mysql/uk-UA/mandatory/stopwords.sql
Lars Wirzenius 4523a2df0d Fix file permissions: if it is not a script, it should not be executable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 00:40:34 -04:00

29 lines
378 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TRUNCATE stopwords;
INSERT INTO stopwords VALUES
('адже'),
('авжеж'),
('в'),
('де'),
('дещо'),
('до'),
('й'),
('ледве'),
('майже'),
('на'),
('навіть'),
('отже'),
('отож'),
('під'),
('так'),
('такий'),
('також'),
('те'),
('тобто'),
('тож'),
('тощо'),
('у'),
('це'),
('що'),
('як'),
('який');