You can search for identifiers within the package.
in-package search v0.2.0
textrazor
Textrazor.Phrase
type t = {
id : int;
word_positions : int list;
}
Data structure for noun phrases.
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or