package textrazor
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Textrazor.Entity
type t = {
confidence_score : float;
ending_pos : int;
entity_id : string;
freebase_id : string option;
freebase_types : string list;
id : int;
matched_text : string;
matching_tokens : int list;
relevance_score : float;
starting_pos : int;
types : string list;
wiki_link : string option;
wikidata_id : string option;
}
Data structure for entities.
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
Gets the Freebase/Knowledge Base URI of an entity, if applicable.