package textrazor

  1. Overview
  2. Docs
type t = {
  1. context_score : float;
  2. entailed_words : string list;
  3. id : int;
  4. prior_score : float;
  5. score : float;
  6. word_positions : int list;
}

Data structure for entailments.

val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
OCaml

Innovation. Community. Security.