xapian-fu 1.6.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/CHANGELOG.rdoc +5 -0
- data/README.rdoc +3 -2
- 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 +27 -0
- data/lib/xapian_fu/xapian_doc.rb +22 -0
- data/spec/xapian_db_spec.rb +21 -0
- data/spec/xapian_doc_spec.rb +35 -1
- metadata +124 -53
- 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 @@
|
|
|
1
|
+
fi.txt
|
|
@@ -0,0 +1,691 @@
|
|
|
1
|
+
a
|
|
2
|
+
abord
|
|
3
|
+
absolument
|
|
4
|
+
afin
|
|
5
|
+
ah
|
|
6
|
+
ai
|
|
7
|
+
aie
|
|
8
|
+
aient
|
|
9
|
+
aies
|
|
10
|
+
ailleurs
|
|
11
|
+
ainsi
|
|
12
|
+
ait
|
|
13
|
+
allaient
|
|
14
|
+
allo
|
|
15
|
+
allons
|
|
16
|
+
allô
|
|
17
|
+
alors
|
|
18
|
+
anterieur
|
|
19
|
+
anterieure
|
|
20
|
+
anterieures
|
|
21
|
+
apres
|
|
22
|
+
après
|
|
23
|
+
as
|
|
24
|
+
assez
|
|
25
|
+
attendu
|
|
26
|
+
au
|
|
27
|
+
aucun
|
|
28
|
+
aucune
|
|
29
|
+
aucuns
|
|
30
|
+
aujourd
|
|
31
|
+
aujourd'hui
|
|
32
|
+
aupres
|
|
33
|
+
auquel
|
|
34
|
+
aura
|
|
35
|
+
aurai
|
|
36
|
+
auraient
|
|
37
|
+
aurais
|
|
38
|
+
aurait
|
|
39
|
+
auras
|
|
40
|
+
aurez
|
|
41
|
+
auriez
|
|
42
|
+
aurions
|
|
43
|
+
aurons
|
|
44
|
+
auront
|
|
45
|
+
aussi
|
|
46
|
+
autant
|
|
47
|
+
autre
|
|
48
|
+
autrefois
|
|
49
|
+
autrement
|
|
50
|
+
autres
|
|
51
|
+
autrui
|
|
52
|
+
aux
|
|
53
|
+
auxquelles
|
|
54
|
+
auxquels
|
|
55
|
+
avaient
|
|
56
|
+
avais
|
|
57
|
+
avait
|
|
58
|
+
avant
|
|
59
|
+
avec
|
|
60
|
+
avez
|
|
61
|
+
aviez
|
|
62
|
+
avions
|
|
63
|
+
avoir
|
|
64
|
+
avons
|
|
65
|
+
ayant
|
|
66
|
+
ayez
|
|
67
|
+
ayons
|
|
68
|
+
b
|
|
69
|
+
bah
|
|
70
|
+
bas
|
|
71
|
+
basee
|
|
72
|
+
bat
|
|
73
|
+
beau
|
|
74
|
+
beaucoup
|
|
75
|
+
bien
|
|
76
|
+
bigre
|
|
77
|
+
bon
|
|
78
|
+
boum
|
|
79
|
+
bravo
|
|
80
|
+
brrr
|
|
81
|
+
c
|
|
82
|
+
car
|
|
83
|
+
ce
|
|
84
|
+
ceci
|
|
85
|
+
cela
|
|
86
|
+
celle
|
|
87
|
+
celle-ci
|
|
88
|
+
celle-là
|
|
89
|
+
celles
|
|
90
|
+
celles-ci
|
|
91
|
+
celles-là
|
|
92
|
+
celui
|
|
93
|
+
celui-ci
|
|
94
|
+
celui-là
|
|
95
|
+
celà
|
|
96
|
+
cent
|
|
97
|
+
cependant
|
|
98
|
+
certain
|
|
99
|
+
certaine
|
|
100
|
+
certaines
|
|
101
|
+
certains
|
|
102
|
+
certes
|
|
103
|
+
ces
|
|
104
|
+
cet
|
|
105
|
+
cette
|
|
106
|
+
ceux
|
|
107
|
+
ceux-ci
|
|
108
|
+
ceux-là
|
|
109
|
+
chacun
|
|
110
|
+
chacune
|
|
111
|
+
chaque
|
|
112
|
+
cher
|
|
113
|
+
chers
|
|
114
|
+
chez
|
|
115
|
+
chiche
|
|
116
|
+
chut
|
|
117
|
+
chère
|
|
118
|
+
chères
|
|
119
|
+
ci
|
|
120
|
+
cinq
|
|
121
|
+
cinquantaine
|
|
122
|
+
cinquante
|
|
123
|
+
cinquantième
|
|
124
|
+
cinquième
|
|
125
|
+
clac
|
|
126
|
+
clic
|
|
127
|
+
combien
|
|
128
|
+
comme
|
|
129
|
+
comment
|
|
130
|
+
comparable
|
|
131
|
+
comparables
|
|
132
|
+
compris
|
|
133
|
+
concernant
|
|
134
|
+
contre
|
|
135
|
+
couic
|
|
136
|
+
crac
|
|
137
|
+
d
|
|
138
|
+
da
|
|
139
|
+
dans
|
|
140
|
+
de
|
|
141
|
+
debout
|
|
142
|
+
dedans
|
|
143
|
+
dehors
|
|
144
|
+
deja
|
|
145
|
+
delà
|
|
146
|
+
depuis
|
|
147
|
+
dernier
|
|
148
|
+
derniere
|
|
149
|
+
derriere
|
|
150
|
+
derrière
|
|
151
|
+
des
|
|
152
|
+
desormais
|
|
153
|
+
desquelles
|
|
154
|
+
desquels
|
|
155
|
+
dessous
|
|
156
|
+
dessus
|
|
157
|
+
deux
|
|
158
|
+
deuxième
|
|
159
|
+
deuxièmement
|
|
160
|
+
devant
|
|
161
|
+
devers
|
|
162
|
+
devra
|
|
163
|
+
devrait
|
|
164
|
+
different
|
|
165
|
+
differentes
|
|
166
|
+
differents
|
|
167
|
+
différent
|
|
168
|
+
différente
|
|
169
|
+
différentes
|
|
170
|
+
différents
|
|
171
|
+
dire
|
|
172
|
+
directe
|
|
173
|
+
directement
|
|
174
|
+
dit
|
|
175
|
+
dite
|
|
176
|
+
dits
|
|
177
|
+
divers
|
|
178
|
+
diverse
|
|
179
|
+
diverses
|
|
180
|
+
dix
|
|
181
|
+
dix-huit
|
|
182
|
+
dix-neuf
|
|
183
|
+
dix-sept
|
|
184
|
+
dixième
|
|
185
|
+
doit
|
|
186
|
+
doivent
|
|
187
|
+
donc
|
|
188
|
+
dont
|
|
189
|
+
dos
|
|
190
|
+
douze
|
|
191
|
+
douzième
|
|
192
|
+
dring
|
|
193
|
+
droite
|
|
194
|
+
du
|
|
195
|
+
duquel
|
|
196
|
+
durant
|
|
197
|
+
dès
|
|
198
|
+
début
|
|
199
|
+
désormais
|
|
200
|
+
e
|
|
201
|
+
effet
|
|
202
|
+
egale
|
|
203
|
+
egalement
|
|
204
|
+
egales
|
|
205
|
+
eh
|
|
206
|
+
elle
|
|
207
|
+
elle-même
|
|
208
|
+
elles
|
|
209
|
+
elles-mêmes
|
|
210
|
+
en
|
|
211
|
+
encore
|
|
212
|
+
enfin
|
|
213
|
+
entre
|
|
214
|
+
envers
|
|
215
|
+
environ
|
|
216
|
+
es
|
|
217
|
+
essai
|
|
218
|
+
est
|
|
219
|
+
et
|
|
220
|
+
etant
|
|
221
|
+
etc
|
|
222
|
+
etre
|
|
223
|
+
eu
|
|
224
|
+
eue
|
|
225
|
+
eues
|
|
226
|
+
euh
|
|
227
|
+
eurent
|
|
228
|
+
eus
|
|
229
|
+
eusse
|
|
230
|
+
eussent
|
|
231
|
+
eusses
|
|
232
|
+
eussiez
|
|
233
|
+
eussions
|
|
234
|
+
eut
|
|
235
|
+
eux
|
|
236
|
+
eux-mêmes
|
|
237
|
+
exactement
|
|
238
|
+
excepté
|
|
239
|
+
extenso
|
|
240
|
+
exterieur
|
|
241
|
+
eûmes
|
|
242
|
+
eût
|
|
243
|
+
eûtes
|
|
244
|
+
f
|
|
245
|
+
fais
|
|
246
|
+
faisaient
|
|
247
|
+
faisant
|
|
248
|
+
fait
|
|
249
|
+
faites
|
|
250
|
+
façon
|
|
251
|
+
feront
|
|
252
|
+
fi
|
|
253
|
+
flac
|
|
254
|
+
floc
|
|
255
|
+
fois
|
|
256
|
+
font
|
|
257
|
+
force
|
|
258
|
+
furent
|
|
259
|
+
fus
|
|
260
|
+
fusse
|
|
261
|
+
fussent
|
|
262
|
+
fusses
|
|
263
|
+
fussiez
|
|
264
|
+
fussions
|
|
265
|
+
fut
|
|
266
|
+
fûmes
|
|
267
|
+
fût
|
|
268
|
+
fûtes
|
|
269
|
+
g
|
|
270
|
+
gens
|
|
271
|
+
h
|
|
272
|
+
ha
|
|
273
|
+
haut
|
|
274
|
+
hein
|
|
275
|
+
hem
|
|
276
|
+
hep
|
|
277
|
+
hi
|
|
278
|
+
ho
|
|
279
|
+
holà
|
|
280
|
+
hop
|
|
281
|
+
hormis
|
|
282
|
+
hors
|
|
283
|
+
hou
|
|
284
|
+
houp
|
|
285
|
+
hue
|
|
286
|
+
hui
|
|
287
|
+
huit
|
|
288
|
+
huitième
|
|
289
|
+
hum
|
|
290
|
+
hurrah
|
|
291
|
+
hé
|
|
292
|
+
hélas
|
|
293
|
+
i
|
|
294
|
+
ici
|
|
295
|
+
il
|
|
296
|
+
ils
|
|
297
|
+
importe
|
|
298
|
+
j
|
|
299
|
+
je
|
|
300
|
+
jusqu
|
|
301
|
+
jusque
|
|
302
|
+
juste
|
|
303
|
+
k
|
|
304
|
+
l
|
|
305
|
+
la
|
|
306
|
+
laisser
|
|
307
|
+
laquelle
|
|
308
|
+
las
|
|
309
|
+
le
|
|
310
|
+
lequel
|
|
311
|
+
les
|
|
312
|
+
lesquelles
|
|
313
|
+
lesquels
|
|
314
|
+
leur
|
|
315
|
+
leurs
|
|
316
|
+
longtemps
|
|
317
|
+
lors
|
|
318
|
+
lorsque
|
|
319
|
+
lui
|
|
320
|
+
lui-meme
|
|
321
|
+
lui-même
|
|
322
|
+
là
|
|
323
|
+
lès
|
|
324
|
+
m
|
|
325
|
+
ma
|
|
326
|
+
maint
|
|
327
|
+
maintenant
|
|
328
|
+
mais
|
|
329
|
+
malgre
|
|
330
|
+
malgré
|
|
331
|
+
maximale
|
|
332
|
+
me
|
|
333
|
+
meme
|
|
334
|
+
memes
|
|
335
|
+
merci
|
|
336
|
+
mes
|
|
337
|
+
mien
|
|
338
|
+
mienne
|
|
339
|
+
miennes
|
|
340
|
+
miens
|
|
341
|
+
mille
|
|
342
|
+
mince
|
|
343
|
+
mine
|
|
344
|
+
minimale
|
|
345
|
+
moi
|
|
346
|
+
moi-meme
|
|
347
|
+
moi-même
|
|
348
|
+
moindres
|
|
349
|
+
moins
|
|
350
|
+
mon
|
|
351
|
+
mot
|
|
352
|
+
moyennant
|
|
353
|
+
multiple
|
|
354
|
+
multiples
|
|
355
|
+
même
|
|
356
|
+
mêmes
|
|
357
|
+
n
|
|
358
|
+
na
|
|
359
|
+
naturel
|
|
360
|
+
naturelle
|
|
361
|
+
naturelles
|
|
362
|
+
ne
|
|
363
|
+
neanmoins
|
|
364
|
+
necessaire
|
|
365
|
+
necessairement
|
|
366
|
+
neuf
|
|
367
|
+
neuvième
|
|
368
|
+
ni
|
|
369
|
+
nombreuses
|
|
370
|
+
nombreux
|
|
371
|
+
nommés
|
|
372
|
+
non
|
|
373
|
+
nos
|
|
374
|
+
notamment
|
|
375
|
+
notre
|
|
376
|
+
nous
|
|
377
|
+
nous-mêmes
|
|
378
|
+
nouveau
|
|
379
|
+
nouveaux
|
|
380
|
+
nul
|
|
381
|
+
néanmoins
|
|
382
|
+
nôtre
|
|
383
|
+
nôtres
|
|
384
|
+
o
|
|
385
|
+
oh
|
|
386
|
+
ohé
|
|
387
|
+
ollé
|
|
388
|
+
olé
|
|
389
|
+
on
|
|
390
|
+
ont
|
|
391
|
+
onze
|
|
392
|
+
onzième
|
|
393
|
+
ore
|
|
394
|
+
ou
|
|
395
|
+
ouf
|
|
396
|
+
ouias
|
|
397
|
+
oust
|
|
398
|
+
ouste
|
|
399
|
+
outre
|
|
400
|
+
ouvert
|
|
401
|
+
ouverte
|
|
402
|
+
ouverts
|
|
403
|
+
o|
|
|
404
|
+
où
|
|
405
|
+
p
|
|
406
|
+
paf
|
|
407
|
+
pan
|
|
408
|
+
par
|
|
409
|
+
parce
|
|
410
|
+
parfois
|
|
411
|
+
parle
|
|
412
|
+
parlent
|
|
413
|
+
parler
|
|
414
|
+
parmi
|
|
415
|
+
parole
|
|
416
|
+
parseme
|
|
417
|
+
partant
|
|
418
|
+
particulier
|
|
419
|
+
particulière
|
|
420
|
+
particulièrement
|
|
421
|
+
pas
|
|
422
|
+
passé
|
|
423
|
+
pendant
|
|
424
|
+
pense
|
|
425
|
+
permet
|
|
426
|
+
personne
|
|
427
|
+
personnes
|
|
428
|
+
peu
|
|
429
|
+
peut
|
|
430
|
+
peuvent
|
|
431
|
+
peux
|
|
432
|
+
pff
|
|
433
|
+
pfft
|
|
434
|
+
pfut
|
|
435
|
+
pif
|
|
436
|
+
pire
|
|
437
|
+
pièce
|
|
438
|
+
plein
|
|
439
|
+
plouf
|
|
440
|
+
plupart
|
|
441
|
+
plus
|
|
442
|
+
plusieurs
|
|
443
|
+
plutôt
|
|
444
|
+
possessif
|
|
445
|
+
possessifs
|
|
446
|
+
possible
|
|
447
|
+
possibles
|
|
448
|
+
pouah
|
|
449
|
+
pour
|
|
450
|
+
pourquoi
|
|
451
|
+
pourrais
|
|
452
|
+
pourrait
|
|
453
|
+
pouvait
|
|
454
|
+
prealable
|
|
455
|
+
precisement
|
|
456
|
+
premier
|
|
457
|
+
première
|
|
458
|
+
premièrement
|
|
459
|
+
pres
|
|
460
|
+
probable
|
|
461
|
+
probante
|
|
462
|
+
procedant
|
|
463
|
+
proche
|
|
464
|
+
près
|
|
465
|
+
psitt
|
|
466
|
+
pu
|
|
467
|
+
puis
|
|
468
|
+
puisque
|
|
469
|
+
pur
|
|
470
|
+
pure
|
|
471
|
+
q
|
|
472
|
+
qu
|
|
473
|
+
quand
|
|
474
|
+
quant
|
|
475
|
+
quant-à-soi
|
|
476
|
+
quanta
|
|
477
|
+
quarante
|
|
478
|
+
quatorze
|
|
479
|
+
quatre
|
|
480
|
+
quatre-vingt
|
|
481
|
+
quatrième
|
|
482
|
+
quatrièmement
|
|
483
|
+
que
|
|
484
|
+
quel
|
|
485
|
+
quelconque
|
|
486
|
+
quelle
|
|
487
|
+
quelles
|
|
488
|
+
quelqu'un
|
|
489
|
+
quelque
|
|
490
|
+
quelques
|
|
491
|
+
quels
|
|
492
|
+
qui
|
|
493
|
+
quiconque
|
|
494
|
+
quinze
|
|
495
|
+
quoi
|
|
496
|
+
quoique
|
|
497
|
+
r
|
|
498
|
+
rare
|
|
499
|
+
rarement
|
|
500
|
+
rares
|
|
501
|
+
relative
|
|
502
|
+
relativement
|
|
503
|
+
remarquable
|
|
504
|
+
rend
|
|
505
|
+
rendre
|
|
506
|
+
restant
|
|
507
|
+
reste
|
|
508
|
+
restent
|
|
509
|
+
restrictif
|
|
510
|
+
retour
|
|
511
|
+
revoici
|
|
512
|
+
revoilà
|
|
513
|
+
rien
|
|
514
|
+
s
|
|
515
|
+
sa
|
|
516
|
+
sacrebleu
|
|
517
|
+
sait
|
|
518
|
+
sans
|
|
519
|
+
sapristi
|
|
520
|
+
sauf
|
|
521
|
+
se
|
|
522
|
+
sein
|
|
523
|
+
seize
|
|
524
|
+
selon
|
|
525
|
+
semblable
|
|
526
|
+
semblaient
|
|
527
|
+
semble
|
|
528
|
+
semblent
|
|
529
|
+
sent
|
|
530
|
+
sept
|
|
531
|
+
septième
|
|
532
|
+
sera
|
|
533
|
+
serai
|
|
534
|
+
seraient
|
|
535
|
+
serais
|
|
536
|
+
serait
|
|
537
|
+
seras
|
|
538
|
+
serez
|
|
539
|
+
seriez
|
|
540
|
+
serions
|
|
541
|
+
serons
|
|
542
|
+
seront
|
|
543
|
+
ses
|
|
544
|
+
seul
|
|
545
|
+
seule
|
|
546
|
+
seulement
|
|
547
|
+
si
|
|
548
|
+
sien
|
|
549
|
+
sienne
|
|
550
|
+
siennes
|
|
551
|
+
siens
|
|
552
|
+
sinon
|
|
553
|
+
six
|
|
554
|
+
sixième
|
|
555
|
+
soi
|
|
556
|
+
soi-même
|
|
557
|
+
soient
|
|
558
|
+
sois
|
|
559
|
+
soit
|
|
560
|
+
soixante
|
|
561
|
+
sommes
|
|
562
|
+
son
|
|
563
|
+
sont
|
|
564
|
+
sous
|
|
565
|
+
souvent
|
|
566
|
+
soyez
|
|
567
|
+
soyons
|
|
568
|
+
specifique
|
|
569
|
+
specifiques
|
|
570
|
+
speculatif
|
|
571
|
+
stop
|
|
572
|
+
strictement
|
|
573
|
+
subtiles
|
|
574
|
+
suffisant
|
|
575
|
+
suffisante
|
|
576
|
+
suffit
|
|
577
|
+
suis
|
|
578
|
+
suit
|
|
579
|
+
suivant
|
|
580
|
+
suivante
|
|
581
|
+
suivantes
|
|
582
|
+
suivants
|
|
583
|
+
suivre
|
|
584
|
+
sujet
|
|
585
|
+
superpose
|
|
586
|
+
sur
|
|
587
|
+
surtout
|
|
588
|
+
t
|
|
589
|
+
ta
|
|
590
|
+
tac
|
|
591
|
+
tandis
|
|
592
|
+
tant
|
|
593
|
+
tardive
|
|
594
|
+
te
|
|
595
|
+
tel
|
|
596
|
+
telle
|
|
597
|
+
tellement
|
|
598
|
+
telles
|
|
599
|
+
tels
|
|
600
|
+
tenant
|
|
601
|
+
tend
|
|
602
|
+
tenir
|
|
603
|
+
tente
|
|
604
|
+
tes
|
|
605
|
+
tic
|
|
606
|
+
tien
|
|
607
|
+
tienne
|
|
608
|
+
tiennes
|
|
609
|
+
tiens
|
|
610
|
+
toc
|
|
611
|
+
toi
|
|
612
|
+
toi-même
|
|
613
|
+
ton
|
|
614
|
+
touchant
|
|
615
|
+
toujours
|
|
616
|
+
tous
|
|
617
|
+
tout
|
|
618
|
+
toute
|
|
619
|
+
toutefois
|
|
620
|
+
toutes
|
|
621
|
+
treize
|
|
622
|
+
trente
|
|
623
|
+
tres
|
|
624
|
+
trois
|
|
625
|
+
troisième
|
|
626
|
+
troisièmement
|
|
627
|
+
trop
|
|
628
|
+
très
|
|
629
|
+
tsoin
|
|
630
|
+
tsouin
|
|
631
|
+
tu
|
|
632
|
+
té
|
|
633
|
+
u
|
|
634
|
+
un
|
|
635
|
+
une
|
|
636
|
+
unes
|
|
637
|
+
uniformement
|
|
638
|
+
unique
|
|
639
|
+
uniques
|
|
640
|
+
uns
|
|
641
|
+
v
|
|
642
|
+
va
|
|
643
|
+
vais
|
|
644
|
+
valeur
|
|
645
|
+
vas
|
|
646
|
+
vers
|
|
647
|
+
via
|
|
648
|
+
vif
|
|
649
|
+
vifs
|
|
650
|
+
vingt
|
|
651
|
+
vivat
|
|
652
|
+
vive
|
|
653
|
+
vives
|
|
654
|
+
vlan
|
|
655
|
+
voici
|
|
656
|
+
voie
|
|
657
|
+
voient
|
|
658
|
+
voilà
|
|
659
|
+
voire
|
|
660
|
+
vont
|
|
661
|
+
vos
|
|
662
|
+
votre
|
|
663
|
+
vous
|
|
664
|
+
vous-mêmes
|
|
665
|
+
vu
|
|
666
|
+
vé
|
|
667
|
+
vôtre
|
|
668
|
+
vôtres
|
|
669
|
+
w
|
|
670
|
+
x
|
|
671
|
+
y
|
|
672
|
+
z
|
|
673
|
+
zut
|
|
674
|
+
à
|
|
675
|
+
â
|
|
676
|
+
ça
|
|
677
|
+
ès
|
|
678
|
+
étaient
|
|
679
|
+
étais
|
|
680
|
+
était
|
|
681
|
+
étant
|
|
682
|
+
état
|
|
683
|
+
étiez
|
|
684
|
+
étions
|
|
685
|
+
été
|
|
686
|
+
étée
|
|
687
|
+
étées
|
|
688
|
+
étés
|
|
689
|
+
êtes
|
|
690
|
+
être
|
|
691
|
+
ô
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fr.txt
|