Dbpedia Spotlight Wrapper (v1.1)
About this version
- Submitter: keighrim
- Submission Time: 2023-07-25T01:22:48+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-dbpedia-spotlight-wrapper:v1.1
-
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.1
- 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: False
types filter
-
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)