Source file forester_search__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** @canonical Forester_search.Context *)
module Context = Forester_search__Context
(** @canonical Forester_search.Index *)
module Index = Forester_search__Index
(** @canonical Forester_search.Stemming *)
module Stemming = Forester_search__Stemming
(** @canonical Forester_search.Tokenizer *)
module Tokenizer = Forester_search__Tokenizer
module Forester_search__ = struct end
[@@deprecated "this module is shadowed"]