You can search for identifiers within the package.
in-package search v0.2.0
textrazor
Textrazor.Topic
type t = {
id : int;
label : string;
score : float;
wiki_link : string option;
wikidata_id : string option;
}
Data structure for topics.
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val wikidata_uri : t -> Uri.t option
Gets the Wikidata URI of the topic, if applicable.
val wikipedia_url : t -> Uri.t option
Gets the Wikipedia URL of the topic, if applicable.