Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Textrazor.Entailment
type t = {
context_score : float;
entailed_words : string list;
id : int;
prior_score : float;
score : float;
word_positions : int list;
}
Data structure for entailments.
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or