package textrazor

  1. Overview
  2. Docs
type t = {
  1. ending_pos : int;
  2. lemma : string option;
  3. part_of_speech : string option;
  4. position : int;
  5. starting_pos : int;
  6. stem : string;
  7. token : string;
}

Data structure for words.