package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.