package textrazor

  1. Overview
  2. Docs
type param = {
  1. relation : string;
  2. word_positions : int list;
}

Data structure for relation params.

val param_of_yojson : Yojson.Safe.t -> param Ppx_deriving_yojson_runtime.error_or
type t = {
  1. id : int;
  2. params : param list;
  3. word_positions : int list;
}

Data structure for relations.

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

Innovation. Community. Security.