Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Textrazor.Word
type t = {
ending_pos : int;
lemma : string option;
part_of_speech : string option;
position : int;
starting_pos : int;
stem : string;
token : string;
}
Data structure for words.
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or