package textrazor

  1. Overview
  2. Docs
type t = {
  1. id : int;
  2. word_positions : int list;
  3. property_positions : int list;
}

Data structure for properties.

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

Innovation. Community. Security.