package textrazor

  1. Overview
  2. Docs
type t = {
  1. position : int;
  2. words : Word.t list;
}

Data structure for sentences.

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

Innovation. Community. Security.