Web Service Parameters - dbpedia-spotlight/dbpedia-spotlight GitHub Wiki

Web Service Parameters

All parameters accepted by DBpedia Spotlight are describing in the WADL (Web Application Description Language) file.

Following there are a description of each parameter used by the web service. Many of them are used in the filter and are described in that section.

text or url (Required): text or url to be annotated.

Filters

It is possible to remove unwanted annotations through the endpoints using filters parameters. These filters are available in /candidates and /annotate (applied after disambiguation step) endpoints.

Confidence (ConfidenceFilter)

Selects all entities that have a percentageOfSecondRank greater than the square of value informed.

Available in: /candidates, /annotate

Parameter name: confidence

Parameter type: number(double)

Default value: 0.5

⚠️ **GitHub.com Fallback** ⚠️