Source file stopwords__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
(** @canonical Stopwords.Arabic *)
module Arabic = Stopwords__Arabic
(** @canonical Stopwords.Danish *)
module Danish = Stopwords__Danish
(** @canonical Stopwords.Dutch *)
module Dutch = Stopwords__Dutch
(** @canonical Stopwords.English *)
module English = Stopwords__English
(** @canonical Stopwords.Finnish *)
module Finnish = Stopwords__Finnish
(** @canonical Stopwords.French *)
module French = Stopwords__French
(** @canonical Stopwords.German *)
module German = Stopwords__German
(** @canonical Stopwords.Hungarian *)
module Hungarian = Stopwords__Hungarian
(** @canonical Stopwords.Indonesian *)
module Indonesian = Stopwords__Indonesian
(** @canonical Stopwords.Italian *)
module Italian = Stopwords__Italian
(** @canonical Stopwords.Norwegian *)
module Norwegian = Stopwords__Norwegian
(** @canonical Stopwords.Portuguese *)
module Portuguese = Stopwords__Portuguese
(** @canonical Stopwords.Russian *)
module Russian = Stopwords__Russian
(** @canonical Stopwords.Spanish *)
module Spanish = Stopwords__Spanish
(** @canonical Stopwords.Swedish *)
module Swedish = Stopwords__Swedish
module Stopwords__ = struct end
[@@deprecated "this module is shadowed"]