package mmseg

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Tree : sig ... end
type t = float Tree.node
type entry = string * float
type entries = entry list
type word = string list * float
type chunk = word list
val dispConds : word list -> unit
val dispCands : chunk list -> unit
val result_of_cand : chunk -> string
val buildEntries : entries -> entries
val buildIndex : entries -> t
val candidates : t -> string -> int -> chunk list