Voting helps other researchers find interesting modules.
Detailed statistics about the annotations in the document. Contains, for example, the number of ranges with name matches, the number of entities matched, and the number of entities with mentions. This information can be used to tune some WebRef-internal scoring functions based on existing annotations (e.g., document-length normalization in global link support). Next available tag: 10.
docWeight
number()
nil
ngramContext
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNgramContext.t)
numCandidates
String.t
numConceptsWithCandidates
numConceptsWithMentions
numRangesWithCandidates
statsPerType
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationStatsPerType.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefAnnotationStats{ docWeight: number() | nil, ngramContext: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefNgramContext.t()] | nil, numCandidates: String.t() | nil, numConceptsWithCandidates: String.t() | nil, numConceptsWithMentions: String.t() | nil, numRangesWithCandidates: String.t() | nil, statsPerType: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationStatsPerType.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()