xapian-fu 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rdoc +2 -1
- data/lib/xapian_fu/stopper_factory.rb +1 -4
- data/lib/xapian_fu/stopwords/af.txt +51 -0
- data/lib/xapian_fu/stopwords/ar.txt +480 -0
- data/lib/xapian_fu/stopwords/bg.txt +259 -0
- data/lib/xapian_fu/stopwords/bn.txt +398 -0
- data/lib/xapian_fu/stopwords/br.txt +1203 -0
- data/lib/xapian_fu/stopwords/ca.txt +278 -0
- data/lib/xapian_fu/stopwords/cs.txt +423 -0
- data/lib/xapian_fu/stopwords/da.txt +170 -0
- data/lib/xapian_fu/stopwords/danish.txt +1 -0
- data/lib/xapian_fu/stopwords/de.txt +620 -0
- data/lib/xapian_fu/stopwords/dutch.txt +1 -0
- data/lib/xapian_fu/stopwords/el.txt +847 -0
- data/lib/xapian_fu/stopwords/en.txt +1298 -0
- data/lib/xapian_fu/stopwords/english.txt +1 -0
- data/lib/xapian_fu/stopwords/eo.txt +173 -0
- data/lib/xapian_fu/stopwords/es.txt +732 -0
- data/lib/xapian_fu/stopwords/et.txt +35 -0
- data/lib/xapian_fu/stopwords/eu.txt +98 -0
- data/lib/xapian_fu/stopwords/fa.txt +799 -0
- data/lib/xapian_fu/stopwords/fi.txt +847 -0
- data/lib/xapian_fu/stopwords/finnish.txt +1 -0
- data/lib/xapian_fu/stopwords/fr.txt +691 -0
- data/lib/xapian_fu/stopwords/french.txt +1 -0
- data/lib/xapian_fu/stopwords/ga.txt +109 -0
- data/lib/xapian_fu/stopwords/german.txt +1 -0
- data/lib/xapian_fu/stopwords/gl.txt +160 -0
- data/lib/xapian_fu/stopwords/gu.txt +224 -0
- data/lib/xapian_fu/stopwords/ha.txt +39 -0
- data/lib/xapian_fu/stopwords/he.txt +194 -0
- data/lib/xapian_fu/stopwords/hi.txt +225 -0
- data/lib/xapian_fu/stopwords/hr.txt +179 -0
- data/lib/xapian_fu/stopwords/hu.txt +789 -0
- data/lib/xapian_fu/stopwords/hungarian.txt +1 -0
- data/lib/xapian_fu/stopwords/hy.txt +45 -0
- data/lib/xapian_fu/stopwords/id.txt +758 -0
- data/lib/xapian_fu/stopwords/it.txt +632 -0
- data/lib/xapian_fu/stopwords/italian.txt +1 -0
- data/lib/xapian_fu/stopwords/ja.txt +134 -0
- data/lib/xapian_fu/stopwords/ko.txt +679 -0
- data/lib/xapian_fu/stopwords/ku.txt +62 -0
- data/lib/xapian_fu/stopwords/la.txt +49 -0
- data/lib/xapian_fu/stopwords/lt.txt +474 -0
- data/lib/xapian_fu/stopwords/lv.txt +161 -0
- data/lib/xapian_fu/stopwords/mr.txt +99 -0
- data/lib/xapian_fu/stopwords/ms.txt +475 -0
- data/lib/xapian_fu/stopwords/nl.txt +413 -0
- data/lib/xapian_fu/stopwords/no.txt +221 -0
- data/lib/xapian_fu/stopwords/norwegian.txt +1 -0
- data/lib/xapian_fu/stopwords/pl.txt +329 -0
- data/lib/xapian_fu/stopwords/portuguese.txt +1 -0
- data/lib/xapian_fu/stopwords/pt.txt +560 -0
- data/lib/xapian_fu/stopwords/ro.txt +434 -0
- data/lib/xapian_fu/stopwords/ru.txt +559 -0
- data/lib/xapian_fu/stopwords/russian.txt +1 -0
- data/lib/xapian_fu/stopwords/sk.txt +418 -0
- data/lib/xapian_fu/stopwords/sl.txt +446 -0
- data/lib/xapian_fu/stopwords/so.txt +30 -0
- data/lib/xapian_fu/stopwords/spanish.txt +1 -0
- data/lib/xapian_fu/stopwords/st.txt +31 -0
- data/lib/xapian_fu/stopwords/sv.txt +418 -0
- data/lib/xapian_fu/stopwords/sw.txt +74 -0
- data/lib/xapian_fu/stopwords/swedish.txt +1 -0
- data/lib/xapian_fu/stopwords/th.txt +116 -0
- data/lib/xapian_fu/stopwords/tl.txt +147 -0
- data/lib/xapian_fu/stopwords/tr.txt +504 -0
- data/lib/xapian_fu/stopwords/uk.txt +73 -0
- data/lib/xapian_fu/stopwords/update.rb +10 -3
- data/lib/xapian_fu/stopwords/ur.txt +517 -0
- data/lib/xapian_fu/stopwords/vi.txt +645 -0
- data/lib/xapian_fu/stopwords/yo.txt +60 -0
- data/lib/xapian_fu/stopwords/zh.txt +794 -0
- data/lib/xapian_fu/stopwords/zu.txt +29 -0
- data/lib/xapian_fu/version.rb +1 -1
- data/lib/xapian_fu/xapian_db.rb +3 -0
- data/spec/xapian_doc_spec.rb +1 -1
- metadata +109 -51
- data/lib/xapian_fu/stopwords/danish.txt +0 -102
- data/lib/xapian_fu/stopwords/dutch.txt +0 -113
- data/lib/xapian_fu/stopwords/english.txt +0 -312
- data/lib/xapian_fu/stopwords/finnish.txt +0 -89
- data/lib/xapian_fu/stopwords/french.txt +0 -168
- data/lib/xapian_fu/stopwords/german.txt +0 -286
- data/lib/xapian_fu/stopwords/hungarian.txt +0 -203
- data/lib/xapian_fu/stopwords/italian.txt +0 -295
- data/lib/xapian_fu/stopwords/norwegian.txt +0 -186
- data/lib/xapian_fu/stopwords/portuguese.txt +0 -245
- data/lib/xapian_fu/stopwords/russian.txt +0 -236
- data/lib/xapian_fu/stopwords/spanish.txt +0 -348
- data/lib/xapian_fu/stopwords/swedish.txt +0 -125
@@ -0,0 +1,170 @@
|
|
1
|
+
ad
|
2
|
+
af
|
3
|
+
aldrig
|
4
|
+
alle
|
5
|
+
alt
|
6
|
+
anden
|
7
|
+
andet
|
8
|
+
andre
|
9
|
+
at
|
10
|
+
bare
|
11
|
+
begge
|
12
|
+
blev
|
13
|
+
blive
|
14
|
+
bliver
|
15
|
+
da
|
16
|
+
de
|
17
|
+
dem
|
18
|
+
den
|
19
|
+
denne
|
20
|
+
der
|
21
|
+
deres
|
22
|
+
det
|
23
|
+
dette
|
24
|
+
dig
|
25
|
+
din
|
26
|
+
dine
|
27
|
+
disse
|
28
|
+
dit
|
29
|
+
dog
|
30
|
+
du
|
31
|
+
efter
|
32
|
+
ej
|
33
|
+
eller
|
34
|
+
en
|
35
|
+
end
|
36
|
+
ene
|
37
|
+
eneste
|
38
|
+
enhver
|
39
|
+
er
|
40
|
+
et
|
41
|
+
far
|
42
|
+
fem
|
43
|
+
fik
|
44
|
+
fire
|
45
|
+
flere
|
46
|
+
fleste
|
47
|
+
for
|
48
|
+
fordi
|
49
|
+
forrige
|
50
|
+
fra
|
51
|
+
få
|
52
|
+
får
|
53
|
+
før
|
54
|
+
god
|
55
|
+
godt
|
56
|
+
ham
|
57
|
+
han
|
58
|
+
hans
|
59
|
+
har
|
60
|
+
havde
|
61
|
+
have
|
62
|
+
hej
|
63
|
+
helt
|
64
|
+
hende
|
65
|
+
hendes
|
66
|
+
her
|
67
|
+
hos
|
68
|
+
hun
|
69
|
+
hvad
|
70
|
+
hvem
|
71
|
+
hver
|
72
|
+
hvilken
|
73
|
+
hvis
|
74
|
+
hvor
|
75
|
+
hvordan
|
76
|
+
hvorfor
|
77
|
+
hvornår
|
78
|
+
i
|
79
|
+
ikke
|
80
|
+
ind
|
81
|
+
ingen
|
82
|
+
intet
|
83
|
+
ja
|
84
|
+
jeg
|
85
|
+
jer
|
86
|
+
jeres
|
87
|
+
jo
|
88
|
+
kan
|
89
|
+
kom
|
90
|
+
komme
|
91
|
+
kommer
|
92
|
+
kun
|
93
|
+
kunne
|
94
|
+
lad
|
95
|
+
lav
|
96
|
+
lidt
|
97
|
+
lige
|
98
|
+
lille
|
99
|
+
man
|
100
|
+
mand
|
101
|
+
mange
|
102
|
+
med
|
103
|
+
meget
|
104
|
+
men
|
105
|
+
mens
|
106
|
+
mere
|
107
|
+
mig
|
108
|
+
min
|
109
|
+
mine
|
110
|
+
mit
|
111
|
+
mod
|
112
|
+
må
|
113
|
+
ned
|
114
|
+
nej
|
115
|
+
ni
|
116
|
+
nogen
|
117
|
+
noget
|
118
|
+
nogle
|
119
|
+
nu
|
120
|
+
ny
|
121
|
+
nyt
|
122
|
+
når
|
123
|
+
nær
|
124
|
+
næste
|
125
|
+
næsten
|
126
|
+
og
|
127
|
+
også
|
128
|
+
okay
|
129
|
+
om
|
130
|
+
op
|
131
|
+
os
|
132
|
+
otte
|
133
|
+
over
|
134
|
+
på
|
135
|
+
se
|
136
|
+
seks
|
137
|
+
selv
|
138
|
+
ser
|
139
|
+
ses
|
140
|
+
sig
|
141
|
+
sige
|
142
|
+
sin
|
143
|
+
sine
|
144
|
+
sit
|
145
|
+
skal
|
146
|
+
skulle
|
147
|
+
som
|
148
|
+
stor
|
149
|
+
store
|
150
|
+
syv
|
151
|
+
så
|
152
|
+
sådan
|
153
|
+
tag
|
154
|
+
tage
|
155
|
+
thi
|
156
|
+
ti
|
157
|
+
til
|
158
|
+
to
|
159
|
+
tre
|
160
|
+
ud
|
161
|
+
under
|
162
|
+
var
|
163
|
+
ved
|
164
|
+
vi
|
165
|
+
vil
|
166
|
+
ville
|
167
|
+
vor
|
168
|
+
vores
|
169
|
+
være
|
170
|
+
været
|
@@ -0,0 +1 @@
|
|
1
|
+
da.txt
|