Module Forester_search.IndexSource

Sourcemodule Ocurrences : sig ... end
Sourcetype t = {
  1. index : Ocurrences.t Spelll.Index.t;
  2. number_of_tokens : int;
  3. number_of_docs : int;
}
Sourceval average_doc_length : t -> float
Sourcemodule BM_25 : sig ... end
Sourceval marshal : t -> string -> unit
Sourceval unmarshal : string -> t