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.