Dbpedia Spotlight Wrapper (v1.2)
About this version
- Submitter: wricketts
- Submission Time: 2023-08-24T15:51:13+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-dbpedia-spotlight-wrapper:v1.2
-
Release Notes
(no notes provided by the developer)
About this app (See raw metadata.json)
Apply named entity linking to all text documents in a MMIF file.
- App ID: http://apps.clams.ai/dbpedia-spotlight-wrapper/v1.2
- App License: Apache 2.0
- Source Repository: https://github.com/clamsproject/app-dbpedia-spotlight-wrapper (source tree of the submitted version)
- Analyzer Version: daf5309
- Analyzer License: Apache 2.0
Inputs
(Note: “*” as a property value means that the property is required but can be any value.)
- http://mmif.clams.ai/vocabulary/TextDocument/v1 (required) (of any properties)
Configurable Parameters
(Note: Multivalued means the parameter can have one or more values.)
-
confidence
: optional, defaults to0.5
- Type: number
- Multivalued: False
disambiguation confidence score for linking
-
support
: optional, defaults to0
- Type: integer
- Multivalued: False
resource prominence, i.e. number of in-links in Wikipedia (lower bound)
-
types
: required- Type: string
- Multivalued: True
limits recognition to certain types of named entities, e.g. DBpedia:Place
-
policy
: optional, defaults towhitelist
- Type: string
- Multivalued: False
- Choices:
whitelist
,blacklist
(whitelist) selects all entities of the same type; (blacklist) selects all entities not of the same type
-
pretty
: optional, defaults tofalse
- Type: boolean
- Multivalued: False
- Choices:
false
,true
The JSON body of the HTTP response will be re-formatted with 2-space indentation
Outputs
(Note: “*” as a property value means that the property is required but can be any value.)
(Note: Not all output annotations are always generated.)
- http://vocab.lappsgrid.org/NamedEntity (of any properties)