package textrazor

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

Data structure for sentences.