package search

  1. Overview
  2. Docs
module Mono (Uid : Uid) (Doc : sig ... end) : sig ... end

A functor for building a Tfidf search index over one type of document.

module Generic (Uid : Uid) : sig ... end

A functor for building a Tfidf search index over different types of document.

OCaml

Innovation. Community. Security.